Html Css Color HEX #2A046E Persian Indigo

📋 copy color: '#2A046E'

red 42 ◦ green 4 ◦ blue 110

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

Shades of Persian Indigo #2A046E

Tints of Persian Indigo #2A046E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 70.51%

R = 26.92%
G = 2.56%
B = 70.51%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2A046E (or 0x2A046E) is known color: Persian Indigo. HEX triplet: 2A, 04 and 6E. RGB value is (42,4,110). Sum of RGB (Red+Green+Blue) = 42+4+110=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 110 (43.36% from 255 or 70.51% from 156); Max value from RGB is 110 - color contains mainly: blue. Hex color #2A046E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A046E is #D5FB91. Grayscale: #1B1B1B. Windows color (decimal): -14023570 or 7210026. OLE color: 7210026.

HSL color Cylindrical-coordinate representation of color #2A046E: hue angle of 261.51º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A046E is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 42 4 110 -
CMYK 0.62 0.96 0 0.57
HSL 261.51º 0.93% 0.22% -
HSV(B) 261.51º 0.96% 0.43% -
XYZ 3.81 1.7 14.88 -
YUV 27.45 174.59 138.38 -
System Red Green Blue C M Y K H S L
Decimal 42 4 110 0.62 0.96 0 0.57 261.51 0.93 0.22
Hex 2A 4 6E 3E 60 0 39 106 5D 16
Octal 52 4 156 76 140 0 71 406 135 26
Binary 101010 100 1101110 111110 1100000 0 111001 100000110 1011101 10110

Color Harmonies of #2A046E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A046E

Black with #2A046E

Text Example


Text Example

White with #2A046E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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