#2F21CA

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

Shades of Persian Blue #2F21CA

Tints of Persian Blue #2F21CA

Color information

#2F21CA (or 0x2F21CA) is unknown color: approx Persian Blue. HEX triplet: 2F, 21 and CA. RGB value is (47,33,202). Sum of RGB (Red+Green+Blue) = 47+33+202=282 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.67% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 202 (79.30% from 255 or 71.63% from 282); Max value from RGB is 202 - color contains mainly: blue. Hex color #2F21CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F21CA is #D0DE35. Grayscale: #373737. Windows color (decimal): -13688374 or 13246767. OLE color: 13246767.

HSL color Cylindrical-coordinate representation of color #2F21CA: hue angle of 244.97º 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 #2F21CA is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4733202-
CMYK0.770.8400.21
HSL244.97º71.91%46.08%-
HSV(B)244.97º83.66%79.22%-
XYZ12.385.9656.37-
YUV56.45210.14121.26-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.67%
GREEN value IS 33 (13.28% from 255) = 11.70%
BLUE value IS 202 (79.30% from 255) = 71.63%
R=16.67%
G=11.70%
B=71.63%

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
Decimal47332020.770.8400.21244.9771.9146.08
Hex2F21CA4D54015f5482e
Octal574131211512402536511056
Binary1011111000011100101010011011010100010101111101011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F21CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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