#2F21C9

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

Shades of Persian Blue #2F21C9

Tints of Persian Blue #2F21C9

Color information

#2F21C9 (or 0x2F21C9) is unknown color: approx Persian Blue. HEX triplet: 2F, 21 and C9. RGB value is (47,33,201). Sum of RGB (Red+Green+Blue) = 47+33+201=281 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.73% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 201 (78.91% from 255 or 71.53% from 281); Max value from RGB is 201 - color contains mainly: blue. Hex color #2F21C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F21C9 is #D0DE36. Grayscale: #373737. Windows color (decimal): -13688375 or 13181231. OLE color: 13181231.

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

Color convert

RGB4733201-
CMYK0.770.8400.21
HSL245º71.79%45.88%-
HSV(B)245º83.58%78.82%-
XYZ12.265.9155.75-
YUV56.34209.64121.34-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.73%
GREEN value IS 33 (13.28% from 255) = 11.74%
BLUE value IS 201 (78.91% from 255) = 71.53%
R=16.73%
G=11.74%
B=71.53%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal47332010.770.8400.2124571.7945.88
Hex2F21C94D54015f5482e
Octal574131111512402536511056
Binary1011111000011100100110011011010100010101111101011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F21C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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