Html Css Color HEX #2C088E Persian Indigo

📋 copy color: '#2C088E'

red 44 ◦ green 8 ◦ blue 142

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

Shades of Persian Indigo #2C088E

Tints of Persian Indigo #2C088E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.12%

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

R = 22.68%
G = 4.12%
B = 73.2%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2C088E (or 0x2C088E) is known color: Persian Indigo. HEX triplet: 2C, 08 and 8E. RGB value is (44,8,142). Sum of RGB (Red+Green+Blue) = 44+8+142=194 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.68% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 142 (55.86% from 255 or 73.20% from 194); Max value from RGB is 142 - color contains mainly: blue. Hex color #2C088E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C088E is #D3F771. Grayscale: #212121. Windows color (decimal): -13891442 or 9308204. OLE color: 9308204.

HSL color Cylindrical-coordinate representation of color #2C088E: hue angle of 256.12º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2C088E is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 44 8 142 -
CMYK 0.69 0.94 0 0.44
HSL 256.12º 0.89% 0.29% -
HSV(B) 256.12º 0.94% 0.56% -
XYZ 6.01 2.66 25.79 -
YUV 34.04 188.93 135.1 -
System Red Green Blue C M Y K H S L
Decimal 44 8 142 0.69 0.94 0 0.44 256.12 0.89 0.29
Hex 2C 8 8E 45 5E 0 2C 100 59 1D
Octal 54 10 216 105 136 0 54 400 131 35
Binary 101100 1000 10001110 1000101 1011110 0 101100 100000000 1011001 11101

Color Harmonies of #2C088E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C088E

Black with #2C088E

Text Example


Text Example

White with #2C088E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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