Html Css Color HEX #2A1676 Persian Indigo

📋 copy color: '#2A1676'

red 42 ◦ green 22 ◦ blue 118

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

Shades of Persian Indigo #2A1676

Tints of Persian Indigo #2A1676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 64.84%

R = 23.08%
G = 12.09%
B = 64.84%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2A1676 (or 0x2A1676) is known color: Persian Indigo. HEX triplet: 2A, 16 and 76. RGB value is (42,22,118). Sum of RGB (Red+Green+Blue) = 42+22+118=182 (24% of max value = 765). Red value is 42 (16.80% from 255 or 23.08% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 118 (46.48% from 255 or 64.84% from 182); Max value from RGB is 118 - color contains mainly: blue. Hex color #2A1676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1676 is #D5E989. Grayscale: #262626. Windows color (decimal): -14018954 or 7738922. OLE color: 7738922.

HSL color Cylindrical-coordinate representation of color #2A1676: hue angle of 252.5º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A1676 is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 42 22 118 -
CMYK 0.64 0.81 0 0.54
HSL 252.5º 0.69% 0.27% -
HSV(B) 252.5º 0.81% 0.46% -
XYZ 4.51 2.37 17.36 -
YUV 38.92 172.63 130.19 -
System Red Green Blue C M Y K H S L
Decimal 42 22 118 0.64 0.81 0 0.54 252.5 0.69 0.27
Hex 2A 16 76 40 51 0 36 FD 45 1B
Octal 52 26 166 100 121 0 66 375 105 33
Binary 101010 10110 1110110 1000000 1010001 0 110110 11111101 1000101 11011

Color Harmonies of #2A1676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1676

Black with #2A1676

Text Example


Text Example

White with #2A1676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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