Html Css Color HEX #2F0E8E Persian Indigo

📋 copy color: '#2F0E8E'

red 47 ◦ green 14 ◦ blue 142

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

Shades of Persian Indigo #2F0E8E

Tints of Persian Indigo #2F0E8E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.9%

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

R = 23.15%
G = 6.9%
B = 69.95%

CMYK

 C value IS 0.67

 M value IS 0.90

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2F0E8E (or 0x2F0E8E) is known color: Persian Indigo. HEX triplet: 2F, 0E and 8E. RGB value is (47,14,142). Sum of RGB (Red+Green+Blue) = 47+14+142=203 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.15% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 142 (55.86% from 255 or 69.95% from 203); Max value from RGB is 142 - color contains mainly: blue. Hex color #2F0E8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0E8E is #D0F171. Grayscale: #252525. Windows color (decimal): -13693298 or 9309743. OLE color: 9309743.

HSL color Cylindrical-coordinate representation of color #2F0E8E: hue angle of 255.47º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F0E8E is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 47 14 142 -
CMYK 0.67 0.90 0 0.44
HSL 255.47º 0.82% 0.31% -
HSV(B) 255.47º 0.9% 0.56% -
XYZ 6.21 2.87 25.82 -
YUV 38.46 186.43 134.09 -
System Red Green Blue C M Y K H S L
Decimal 47 14 142 0.67 0.90 0 0.44 255.47 0.82 0.31
Hex 2F E 8E 43 5A 0 2C FF 52 1F
Octal 57 16 216 103 132 0 54 377 122 37
Binary 101111 1110 10001110 1000011 1011010 0 101100 11111111 1010010 11111

Color Harmonies of #2F0E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0E8E

Black with #2F0E8E

Text Example


Text Example

White with #2F0E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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