Html Css Color HEX #2A126D Persian Indigo

📋 copy color: '#2A126D'

red 42 ◦ green 18 ◦ blue 109

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

Shades of Persian Indigo #2A126D

Tints of Persian Indigo #2A126D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.65%

 BLUE value IS 109 (42.97% from 255) = 64.5%

R = 24.85%
G = 10.65%
B = 64.5%

CMYK

 C value IS 0.61

 M value IS 0.83

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2A126D (or 0x2A126D) is known color: Persian Indigo. HEX triplet: 2A, 12 and 6D. RGB value is (42,18,109). Sum of RGB (Red+Green+Blue) = 42+18+109=169 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.85% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 109 (42.97% from 255 or 64.50% from 169); Max value from RGB is 109 - color contains mainly: blue. Hex color #2A126D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A126D is #D5ED92. Grayscale: #232323. Windows color (decimal): -14019987 or 7148074. OLE color: 7148074.

HSL color Cylindrical-coordinate representation of color #2A126D: hue angle of 255.82º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A126D is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 42 18 109 -
CMYK 0.61 0.83 0 0.57
HSL 255.82º 0.72% 0.25% -
HSV(B) 255.82º 0.83% 0.43% -
XYZ 3.93 2.03 14.65 -
YUV 35.55 169.45 132.6 -
System Red Green Blue C M Y K H S L
Decimal 42 18 109 0.61 0.83 0 0.57 255.82 0.72 0.25
Hex 2A 12 6D 3D 53 0 39 100 48 19
Octal 52 22 155 75 123 0 71 400 110 31
Binary 101010 10010 1101101 111101 1010011 0 111001 100000000 1001000 11001

Color Harmonies of #2A126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A126D

Black with #2A126D

Text Example


Text Example

White with #2A126D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,18,109); }

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

background-color css

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

 a { background-color: rgb(42,18,109); }

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

border-color css

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

 span { border-color: rgb(42,18,109); }

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