#2F2AC9

Color #2F2AC9 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2F2AC9

Tints of Persian Blue #2F2AC9

Color information

#2F2AC9 (or 0x2F2AC9) is unknown color: approx Persian Blue. HEX triplet: 2F, 2A and C9. RGB value is (47,42,201). Sum of RGB (Red+Green+Blue) = 47+42+201=290 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.21% from 290); Green value is 42 (16.80% from 255 or 14.48% from 290); Blue value is 201 (78.91% from 255 or 69.31% from 290); Max value from RGB is 201 - color contains mainly: blue. Hex color #2F2AC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2AC9 is #D0D536. Grayscale: #3C3C3C. Windows color (decimal): -13686071 or 13183535. OLE color: 13183535.

HSL color Cylindrical-coordinate representation of color #2F2AC9: hue angle of 241.89º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F2AC9 is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4742201-
CMYK0.770.7900.21
HSL241.89º65.43%47.65%-
HSV(B)241.89º79.1%78.82%-
XYZ12.546.4855.85-
YUV61.62206.66117.57-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.21%
GREEN value IS 42 (16.80% from 255) = 14.48%
BLUE value IS 201 (78.91% from 255) = 69.31%
R=16.21%
G=14.48%
B=69.31%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal47422010.770.7900.21241.8965.4347.65
Hex2F2AC94D4F015f24130
Octal575231111511702536210160
Binary1011111010101100100110011011001111010101111100101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,42,201); }

 H1.HeaderClassName
 {
   color: #2F2AC9;
 }
 .AnyTagClassName
 {
   color: #2F2AC9;
 }
</style>
background-color css

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

 a { background-color: rgb(47,42,201); }

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

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

 span { border-color: rgb(47,42,201); }

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