Html Css Color HEX #2C0470 Persian Indigo

📋 copy color: '#2C0470'

red 44 ◦ green 4 ◦ blue 112

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

Shades of Persian Indigo #2C0470

Tints of Persian Indigo #2C0470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.5%

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

R = 27.5%
G = 2.5%
B = 70%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2C0470 (or 0x2C0470) is known color: Persian Indigo. HEX triplet: 2C, 04 and 70. RGB value is (44,4,112). Sum of RGB (Red+Green+Blue) = 44+4+112=160 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.5% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 112 (44.14% from 255 or 70% from 160); Max value from RGB is 112 - color contains mainly: blue. Hex color #2C0470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0470 is #D3FB8F. Grayscale: #1B1B1B. Windows color (decimal): -13892496 or 7341100. OLE color: 7341100.

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

Color convert

RGB 44 4 112 -
CMYK 0.61 0.96 0 0.56
HSL 262.22º 0.93% 0.23% -
HSV(B) 262.22º 0.96% 0.44% -
XYZ 4.01 1.79 15.46 -
YUV 28.27 175.25 139.22 -
System Red Green Blue C M Y K H S L
Decimal 44 4 112 0.61 0.96 0 0.56 262.22 0.93 0.23
Hex 2C 4 70 3D 60 0 38 106 5D 17
Octal 54 4 160 75 140 0 70 406 135 27
Binary 101100 100 1110000 111101 1100000 0 111000 100000110 1011101 10111

Color Harmonies of #2C0470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0470

Black with #2C0470

Text Example


Text Example

White with #2C0470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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