Html Css Color HEX #2A106A Persian Indigo

📋 copy color: '#2A106A'

red 42 ◦ green 16 ◦ blue 106

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

Shades of Persian Indigo #2A106A

Tints of Persian Indigo #2A106A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.76%

 BLUE value IS 106 (41.8% from 255) = 64.63%

R = 25.61%
G = 9.76%
B = 64.63%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2A106A (or 0x2A106A) is known color: Persian Indigo. HEX triplet: 2A, 10 and 6A. RGB value is (42,16,106). Sum of RGB (Red+Green+Blue) = 42+16+106=164 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.61% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 106 (41.80% from 255 or 64.63% from 164); Max value from RGB is 106 - color contains mainly: blue. Hex color #2A106A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A106A is #D5EF95. Grayscale: #212121. Windows color (decimal): -14020502 or 6950954. OLE color: 6950954.

HSL color Cylindrical-coordinate representation of color #2A106A: hue angle of 257.33º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2A106A is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 42 16 106 -
CMYK 0.60 0.85 0 0.58
HSL 257.33º 0.74% 0.24% -
HSV(B) 257.33º 0.85% 0.42% -
XYZ 3.74 1.9 13.81 -
YUV 34.03 168.61 133.68 -
System Red Green Blue C M Y K H S L
Decimal 42 16 106 0.60 0.85 0 0.58 257.33 0.74 0.24
Hex 2A 10 6A 3C 55 0 3A 101 4A 18
Octal 52 20 152 74 125 0 72 401 112 30
Binary 101010 10000 1101010 111100 1010101 0 111010 100000001 1001010 11000

Color Harmonies of #2A106A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A106A

Black with #2A106A

Text Example


Text Example

White with #2A106A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,16,106); }

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

background-color css

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

 a { background-color: rgb(42,16,106); }

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

border-color css

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

 span { border-color: rgb(42,16,106); }

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