Html Css Color HEX #2C0A70 Persian Indigo

📋 copy color: '#2C0A70'

red 44 ◦ green 10 ◦ blue 112

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

Shades of Persian Indigo #2C0A70

Tints of Persian Indigo #2C0A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 67.47%

R = 26.51%
G = 6.02%
B = 67.47%

CMYK

 C value IS 0.61

 M value IS 0.91

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2C0A70 (or 0x2C0A70) is known color: Persian Indigo. HEX triplet: 2C, 0A and 70. RGB value is (44,10,112). Sum of RGB (Red+Green+Blue) = 44+10+112=166 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.51% from 166); Green value is 10 (4.30% from 255 or 6.02% from 166); Blue value is 112 (44.14% from 255 or 67.47% from 166); Max value from RGB is 112 - color contains mainly: blue. Hex color #2C0A70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0A70 is #D3F58F. Grayscale: #1F1F1F. Windows color (decimal): -13890960 or 7342636. OLE color: 7342636.

HSL color Cylindrical-coordinate representation of color #2C0A70: hue angle of 260º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2C0A70 is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 44 10 112 -
CMYK 0.61 0.91 0 0.56
HSL 260º 0.84% 0.24% -
HSV(B) 260º 0.91% 0.44% -
XYZ 4.07 1.92 15.49 -
YUV 31.79 173.26 136.71 -
System Red Green Blue C M Y K H S L
Decimal 44 10 112 0.61 0.91 0 0.56 260 0.84 0.24
Hex 2C A 70 3D 5B 0 38 104 54 18
Octal 54 12 160 75 133 0 70 404 124 30
Binary 101100 1010 1110000 111101 1011011 0 111000 100000100 1010100 11000

Color Harmonies of #2C0A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0A70

Black with #2C0A70

Text Example


Text Example

White with #2C0A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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