Html Css Color HEX #2A0B70 Persian Indigo

📋 copy color: '#2A0B70'

red 42 ◦ green 11 ◦ blue 112

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

Shades of Persian Indigo #2A0B70

Tints of Persian Indigo #2A0B70

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.67%

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

R = 25.45%
G = 6.67%
B = 67.88%

CMYK

 C value IS 0.62

 M value IS 0.90

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2A0B70 (or 0x2A0B70) is known color: Persian Indigo. HEX triplet: 2A, 0B and 70. RGB value is (42,11,112). Sum of RGB (Red+Green+Blue) = 42+11+112=165 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.45% from 165); Green value is 11 (4.69% from 255 or 6.67% from 165); Blue value is 112 (44.14% from 255 or 67.88% from 165); Max value from RGB is 112 - color contains mainly: blue. Hex color #2A0B70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0B70 is #D5F48F. Grayscale: #1F1F1F. Windows color (decimal): -14021776 or 7342890. OLE color: 7342890.

HSL color Cylindrical-coordinate representation of color #2A0B70: hue angle of 258.42º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A0B70 is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 42 11 112 -
CMYK 0.62 0.90 0 0.56
HSL 258.42º 0.82% 0.24% -
HSV(B) 258.42º 0.9% 0.44% -
XYZ 4 1.9 15.49 -
YUV 31.78 173.27 135.29 -
System Red Green Blue C M Y K H S L
Decimal 42 11 112 0.62 0.90 0 0.56 258.42 0.82 0.24
Hex 2A B 70 3E 5A 0 38 102 52 18
Octal 52 13 160 76 132 0 70 402 122 30
Binary 101010 1011 1110000 111110 1011010 0 111000 100000010 1010010 11000

Color Harmonies of #2A0B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0B70

Black with #2A0B70

Text Example


Text Example

White with #2A0B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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