Html Css Color HEX #2A1672 Persian Indigo

📋 copy color: '#2A1672'

red 42 ◦ green 22 ◦ blue 114

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

Shades of Persian Indigo #2A1672

Tints of Persian Indigo #2A1672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 64.04%

R = 23.6%
G = 12.36%
B = 64.04%

CMYK

 C value IS 0.63

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2A1672 (or 0x2A1672) is known color: Persian Indigo. HEX triplet: 2A, 16 and 72. RGB value is (42,22,114). Sum of RGB (Red+Green+Blue) = 42+22+114=178 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.60% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 114 (44.92% from 255 or 64.04% from 178); Max value from RGB is 114 - color contains mainly: blue. Hex color #2A1672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1672 is #D5E98D. Grayscale: #262626. Windows color (decimal): -14018958 or 7476778. OLE color: 7476778.

HSL color Cylindrical-coordinate representation of color #2A1672: hue angle of 253.04º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A1672 is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 42 22 114 -
CMYK 0.63 0.81 0 0.55
HSL 253.04º 0.68% 0.27% -
HSV(B) 253.04º 0.81% 0.45% -
XYZ 4.28 2.28 16.13 -
YUV 38.47 170.63 130.52 -
System Red Green Blue C M Y K H S L
Decimal 42 22 114 0.63 0.81 0 0.55 253.04 0.68 0.27
Hex 2A 16 72 3F 51 0 37 FD 44 1B
Octal 52 26 162 77 121 0 67 375 104 33
Binary 101010 10110 1110010 111111 1010001 0 110111 11111101 1000100 11011

Color Harmonies of #2A1672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1672

Black with #2A1672

Text Example


Text Example

White with #2A1672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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