Html Css Color HEX #2A166E Persian Indigo

📋 copy color: '#2A166E'

red 42 ◦ green 22 ◦ blue 110

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

Shades of Persian Indigo #2A166E

Tints of Persian Indigo #2A166E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.64%

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

R = 24.14%
G = 12.64%
B = 63.22%

CMYK

 C value IS 0.62

 M value IS 0.8

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2A166E (or 0x2A166E) is known color: Persian Indigo. HEX triplet: 2A, 16 and 6E. RGB value is (42,22,110). Sum of RGB (Red+Green+Blue) = 42+22+110=174 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24.14% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 110 (43.36% from 255 or 63.22% from 174); Max value from RGB is 110 - color contains mainly: blue. Hex color #2A166E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A166E is #D5E991. Grayscale: #252525. Windows color (decimal): -14018962 or 7214634. OLE color: 7214634.

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

Color convert

RGB 42 22 110 -
CMYK 0.62 0.8 0 0.57
HSL 253.64º 0.67% 0.26% -
HSV(B) 253.64º 0.8% 0.43% -
XYZ 4.06 2.19 14.96 -
YUV 38.01 168.63 130.84 -
System Red Green Blue C M Y K H S L
Decimal 42 22 110 0.62 0.8 0 0.57 253.64 0.67 0.26
Hex 2A 16 6E 3E 50 0 39 FE 43 1A
Octal 52 26 156 76 120 0 71 376 103 32
Binary 101010 10110 1101110 111110 1010000 0 111001 11111110 1000011 11010

Color Harmonies of #2A166E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A166E

Black with #2A166E

Text Example


Text Example

White with #2A166E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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