Html Css Color HEX #272FEB Persian Blue

📋 copy color: '#272FEB'

red 39 ◦ green 47 ◦ blue 235

#272FEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #272FEB

Tints of Persian Blue #272FEB

RGB

 RED value IS 39 (15.63% from 255) = 12.15%

 GREEN value IS 47 (18.75% from 255) = 14.64%

 BLUE value IS 235 (92.19% from 255) = 73.21%

R = 12.15%
G = 14.64%
B = 73.21%

CMYK

 C value IS 0.83

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#272FEB (or 0x272FEB) is known color: Persian Blue. HEX triplet: 27, 2F and EB. RGB value is (39,47,235). Sum of RGB (Red+Green+Blue) = 39+47+235=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 235 (92.19% from 255 or 73.21% from 321); Max value from RGB is 235 - color contains mainly: blue. Hex color #272FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #272FEB is #D8D014. Grayscale: #414141. Windows color (decimal): -14209045 or 15413031. OLE color: 15413031.

HSL color Cylindrical-coordinate representation of color #272FEB: hue angle of 237.55º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #272FEB is Cyan = 0.83, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 39 47 235 -
CMYK 0.83 0.8 0 0.08
HSL 237.55º 0.83% 0.54% -
HSV(B) 237.55º 0.83% 0.92% -
XYZ 16.85 8.46 79.34 -
YUV 66.04 223.35 108.71 -
System Red Green Blue C M Y K H S L
Decimal 39 47 235 0.83 0.8 0 0.08 237.55 0.83 0.54
Hex 27 2F EB 53 50 0 8 EE 53 36
Octal 47 57 353 123 120 0 10 356 123 66
Binary 100111 101111 11101011 1010011 1010000 0 1000 11101110 1010011 110110

Color Harmonies of #272FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272FEB

Black with #272FEB

Text Example


Text Example

White with #272FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272FEB; }

 p { color: rgb(39,47,235); }

 H1.HeaderClassName
 {
   color: #272FEB;
 }
 .AnyTagClassName
 {
   color: #272FEB;
 }
</style>

background-color css

<style>
 a { background-color: #272FEB; }

 a { background-color: rgb(39,47,235); }

 div.DivClassName
 {
   background-color: #272FEB;
 }
 .BgClassName
 {
   background-color: #272FEB;
 }
</style>

border-color css

<style>
 span { border-color: #272FEB; }

 span { border-color: rgb(39,47,235); }

 td.TdClassName
 {
   border-color: #272FEB;
 }
 .TagClassName
 {
   border-color: #272FEB;
 }
</style>