Html Css Color HEX #2F27AB Persian Blue

📋 copy color: '#2F27AB'

red 47 ◦ green 39 ◦ blue 171

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

Shades of Persian Blue #2F27AB

Tints of Persian Blue #2F27AB

RGB

 RED value IS 47 (18.75% from 255) = 18.29%

 GREEN value IS 39 (15.63% from 255) = 15.18%

 BLUE value IS 171 (67.19% from 255) = 66.54%

R = 18.29%
G = 15.18%
B = 66.54%

CMYK

 C value IS 0.73

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F27AB (or 0x2F27AB) is known color: Persian Blue. HEX triplet: 2F, 27 and AB. RGB value is (47,39,171). Sum of RGB (Red+Green+Blue) = 47+39+171=257 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.29% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 171 (67.19% from 255 or 66.54% from 257); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F27AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F27AB is #D0D854. Grayscale: #373737. Windows color (decimal): -13686869 or 11216687. OLE color: 11216687.

HSL color Cylindrical-coordinate representation of color #2F27AB: hue angle of 243.64º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F27AB is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 39 171 -
CMYK 0.73 0.77 0 0.33
HSL 243.64º 0.63% 0.41% -
HSV(B) 243.64º 0.77% 0.67% -
XYZ 9.25 5 39 -
YUV 56.44 192.65 121.27 -
System Red Green Blue C M Y K H S L
Decimal 47 39 171 0.73 0.77 0 0.33 243.64 0.63 0.41
Hex 2F 27 AB 49 4D 0 21 F4 3F 29
Octal 57 47 253 111 115 0 41 364 77 51
Binary 101111 100111 10101011 1001001 1001101 0 100001 11110100 111111 101001

Color Harmonies of #2F27AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F27AB

Black with #2F27AB

Text Example


Text Example

White with #2F27AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F27AB; }

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

 H1.HeaderClassName
 {
   color: #2F27AB;
 }
 .AnyTagClassName
 {
   color: #2F27AB;
 }
</style>

background-color css

<style>
 a { background-color: #2F27AB; }

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

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

border-color css

<style>
 span { border-color: #2F27AB; }

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

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