Html Css Color HEX #2A0470 Persian Indigo

📋 copy color: '#2A0470'

red 42 ◦ green 4 ◦ blue 112

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

Shades of Persian Indigo #2A0470

Tints of Persian Indigo #2A0470

RGB

 RED value IS 42 (16.8% from 255) = 26.58%

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

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

R = 26.58%
G = 2.53%
B = 70.89%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2A0470 (or 0x2A0470) is known color: Persian Indigo. HEX triplet: 2A, 04 and 70. RGB value is (42,4,112). Sum of RGB (Red+Green+Blue) = 42+4+112=158 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.58% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 112 (44.14% from 255 or 70.89% from 158); Max value from RGB is 112 - color contains mainly: blue. Hex color #2A0470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0470 is #D5FB8F. Grayscale: #1B1B1B. Windows color (decimal): -14023568 or 7341098. OLE color: 7341098.

HSL color Cylindrical-coordinate representation of color #2A0470: hue angle of 261.11º 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 #2A0470 is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 42 4 112 -
CMYK 0.62 0.96 0 0.56
HSL 261.11º 0.93% 0.23% -
HSV(B) 261.11º 0.96% 0.44% -
XYZ 3.92 1.75 15.46 -
YUV 27.67 175.59 138.22 -
System Red Green Blue C M Y K H S L
Decimal 42 4 112 0.62 0.96 0 0.56 261.11 0.93 0.23
Hex 2A 4 70 3E 60 0 38 105 5D 17
Octal 52 4 160 76 140 0 70 405 135 27
Binary 101010 100 1110000 111110 1100000 0 111000 100000101 1011101 10111

Color Harmonies of #2A0470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0470

Black with #2A0470

Text Example


Text Example

White with #2A0470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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