Html Css Color HEX #2F208E Persian Indigo

📋 copy color: '#2F208E'

red 47 ◦ green 32 ◦ blue 142

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

Shades of Persian Indigo #2F208E

Tints of Persian Indigo #2F208E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 64.25%

R = 21.27%
G = 14.48%
B = 64.25%

CMYK

 C value IS 0.67

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2F208E (or 0x2F208E) is known color: Persian Indigo. HEX triplet: 2F, 20 and 8E. RGB value is (47,32,142). Sum of RGB (Red+Green+Blue) = 47+32+142=221 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.27% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 142 (55.86% from 255 or 64.25% from 221); Max value from RGB is 142 - color contains mainly: blue. Hex color #2F208E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F208E is #D0DF71. Grayscale: #303030. Windows color (decimal): -13688690 or 9314351. OLE color: 9314351.

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

Color convert

RGB 47 32 142 -
CMYK 0.67 0.77 0 0.44
HSL 248.18º 0.63% 0.34% -
HSV(B) 248.18º 0.77% 0.56% -
XYZ 6.57 3.59 25.94 -
YUV 49.03 180.47 126.56 -
System Red Green Blue C M Y K H S L
Decimal 47 32 142 0.67 0.77 0 0.44 248.18 0.63 0.34
Hex 2F 20 8E 43 4D 0 2C F8 3F 22
Octal 57 40 216 103 115 0 54 370 77 42
Binary 101111 100000 10001110 1000011 1001101 0 101100 11111000 111111 100010

Color Harmonies of #2F208E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F208E

Black with #2F208E

Text Example


Text Example

White with #2F208E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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