Html Css Color HEX #2C058E Persian Indigo

📋 copy color: '#2C058E'

red 44 ◦ green 5 ◦ blue 142

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

Shades of Persian Indigo #2C058E

Tints of Persian Indigo #2C058E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.62%

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

R = 23.04%
G = 2.62%
B = 74.35%

CMYK

 C value IS 0.69

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2C058E (or 0x2C058E) is known color: Persian Indigo. HEX triplet: 2C, 05 and 8E. RGB value is (44,5,142). Sum of RGB (Red+Green+Blue) = 44+5+142=191 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.04% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 142 (55.86% from 255 or 74.35% from 191); Max value from RGB is 142 - color contains mainly: blue. Hex color #2C058E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C058E is #D3FA71. Grayscale: #1F1F1F. Windows color (decimal): -13892210 or 9307436. OLE color: 9307436.

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

Color convert

RGB 44 5 142 -
CMYK 0.69 0.96 0 0.44
HSL 257.08º 0.93% 0.29% -
HSV(B) 257.08º 0.96% 0.56% -
XYZ 5.98 2.6 25.78 -
YUV 32.28 189.92 136.36 -
System Red Green Blue C M Y K H S L
Decimal 44 5 142 0.69 0.96 0 0.44 257.08 0.93 0.29
Hex 2C 5 8E 45 60 0 2C 101 5D 1D
Octal 54 5 216 105 140 0 54 401 135 35
Binary 101100 101 10001110 1000101 1100000 0 101100 100000001 1011101 11101

Color Harmonies of #2C058E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C058E

Black with #2C058E

Text Example


Text Example

White with #2C058E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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