Html Css Color HEX #2C0E8E Persian Indigo

📋 copy color: '#2C0E8E'

red 44 ◦ green 14 ◦ blue 142

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

Shades of Persian Indigo #2C0E8E

Tints of Persian Indigo #2C0E8E

RGB

 RED value IS 44 (17.58% from 255) = 22%

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

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

R = 22%
G = 7%
B = 71%

CMYK

 C value IS 0.69

 M value IS 0.90

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2C0E8E (or 0x2C0E8E) is known color: Persian Indigo. HEX triplet: 2C, 0E and 8E. RGB value is (44,14,142). Sum of RGB (Red+Green+Blue) = 44+14+142=200 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22% from 200); Green value is 14 (5.86% from 255 or 7% from 200); Blue value is 142 (55.86% from 255 or 71% from 200); Max value from RGB is 142 - color contains mainly: blue. Hex color #2C0E8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0E8E is #D3F171. Grayscale: #252525. Windows color (decimal): -13889906 or 9309740. OLE color: 9309740.

HSL color Cylindrical-coordinate representation of color #2C0E8E: hue angle of 254.06º 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 #2C0E8E is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 44 14 142 -
CMYK 0.69 0.90 0 0.44
HSL 254.06º 0.82% 0.31% -
HSV(B) 254.06º 0.9% 0.56% -
XYZ 6.08 2.8 25.81 -
YUV 37.56 186.94 132.59 -
System Red Green Blue C M Y K H S L
Decimal 44 14 142 0.69 0.90 0 0.44 254.06 0.82 0.31
Hex 2C E 8E 45 5A 0 2C FE 52 1F
Octal 54 16 216 105 132 0 54 376 122 37
Binary 101100 1110 10001110 1000101 1011010 0 101100 11111110 1010010 11111

Color Harmonies of #2C0E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0E8E

Black with #2C0E8E

Text Example


Text Example

White with #2C0E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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