Html Css Color HEX #2C0A95 Persian Indigo

📋 copy color: '#2C0A95'

red 44 ◦ green 10 ◦ blue 149

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

Shades of Persian Indigo #2C0A95

Tints of Persian Indigo #2C0A95

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.93%

 BLUE value IS 149 (58.59% from 255) = 73.4%

R = 21.67%
G = 4.93%
B = 73.4%

CMYK

 C value IS 0.70

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2C0A95 (or 0x2C0A95) is known color: Persian Indigo. HEX triplet: 2C, 0A and 95. RGB value is (44,10,149). Sum of RGB (Red+Green+Blue) = 44+10+149=203 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.67% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 149 (58.59% from 255 or 73.40% from 203); Max value from RGB is 149 - color contains mainly: blue. Hex color #2C0A95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0A95 is #D3F56A. Grayscale: #232323. Windows color (decimal): -13890923 or 9767468. OLE color: 9767468.

HSL color Cylindrical-coordinate representation of color #2C0A95: hue angle of 254.68º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2C0A95 is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 44 10 149 -
CMYK 0.70 0.93 0 0.42
HSL 254.68º 0.87% 0.31% -
HSV(B) 254.68º 0.93% 0.58% -
XYZ 6.57 2.92 28.65 -
YUV 36.01 191.76 133.7 -
System Red Green Blue C M Y K H S L
Decimal 44 10 149 0.70 0.93 0 0.42 254.68 0.87 0.31
Hex 2C A 95 46 5D 0 2A FF 57 1F
Octal 54 12 225 106 135 0 52 377 127 37
Binary 101100 1010 10010101 1000110 1011101 0 101010 11111111 1010111 11111

Color Harmonies of #2C0A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0A95

Black with #2C0A95

Text Example


Text Example

White with #2C0A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,10,149); }

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

background-color css

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

 a { background-color: rgb(44,10,149); }

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

border-color css

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

 span { border-color: rgb(44,10,149); }

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