Html Css Color HEX #2A1669 Persian Indigo

📋 copy color: '#2A1669'

red 42 ◦ green 22 ◦ blue 105

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

Shades of Persian Indigo #2A1669

Tints of Persian Indigo #2A1669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 62.13%

R = 24.85%
G = 13.02%
B = 62.13%

CMYK

 C value IS 0.6

 M value IS 0.79

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2A1669 (or 0x2A1669) is known color: Persian Indigo. HEX triplet: 2A, 16 and 69. RGB value is (42,22,105). Sum of RGB (Red+Green+Blue) = 42+22+105=169 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.85% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 105 (41.41% from 255 or 62.13% from 169); Max value from RGB is 105 - color contains mainly: blue. Hex color #2A1669 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1669 is #D5E996. Grayscale: #252525. Windows color (decimal): -14018967 or 6886954. OLE color: 6886954.

HSL color Cylindrical-coordinate representation of color #2A1669: hue angle of 254.46º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A1669 is Cyan = 0.6, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 42 22 105 -
CMYK 0.6 0.79 0 0.59
HSL 254.46º 0.65% 0.25% -
HSV(B) 254.46º 0.79% 0.41% -
XYZ 3.79 2.09 13.57 -
YUV 37.44 166.13 131.25 -
System Red Green Blue C M Y K H S L
Decimal 42 22 105 0.6 0.79 0 0.59 254.46 0.65 0.25
Hex 2A 16 69 3C 4F 0 3B FE 41 19
Octal 52 26 151 74 117 0 73 376 101 31
Binary 101010 10110 1101001 111100 1001111 0 111011 11111110 1000001 11001

Color Harmonies of #2A1669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1669

Black with #2A1669

Text Example


Text Example

White with #2A1669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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