Html Css Color HEX #2F20CE Persian Blue

📋 copy color: '#2F20CE'

red 47 ◦ green 32 ◦ blue 206

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

Shades of Persian Blue #2F20CE

Tints of Persian Blue #2F20CE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.23%

 BLUE value IS 206 (80.86% from 255) = 72.28%

R = 16.49%
G = 11.23%
B = 72.28%

CMYK

 C value IS 0.77

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2F20CE (or 0x2F20CE) is known color: Persian Blue. HEX triplet: 2F, 20 and CE. RGB value is (47,32,206). Sum of RGB (Red+Green+Blue) = 47+32+206=285 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.49% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 206 (80.86% from 255 or 72.28% from 285); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F20CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F20CE is #D0DF31. Grayscale: #373737. Windows color (decimal): -13688626 or 13508655. OLE color: 13508655.

HSL color Cylindrical-coordinate representation of color #2F20CE: hue angle of 245.17º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F20CE is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 32 206 -
CMYK 0.77 0.84 0 0.19
HSL 245.17º 0.73% 0.47% -
HSV(B) 245.17º 0.84% 0.81% -
XYZ 12.83 6.09 58.89 -
YUV 56.32 212.47 121.35 -
System Red Green Blue C M Y K H S L
Decimal 47 32 206 0.77 0.84 0 0.19 245.17 0.73 0.47
Hex 2F 20 CE 4D 54 0 13 F5 49 2F
Octal 57 40 316 115 124 0 23 365 111 57
Binary 101111 100000 11001110 1001101 1010100 0 10011 11110101 1001001 101111

Color Harmonies of #2F20CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F20CE

Black with #2F20CE

Text Example


Text Example

White with #2F20CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,32,206); }

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

background-color css

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

 a { background-color: rgb(47,32,206); }

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

border-color css

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

 span { border-color: rgb(47,32,206); }

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