#2A1378

Color #2A1378 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #2A1378

Tints of Persian Indigo #2A1378

Color information

#2A1378 (or 0x2A1378) is unknown color: approx Persian Indigo. HEX triplet: 2A, 13 and 78. RGB value is (42,19,120). Sum of RGB (Red+Green+Blue) = 42+19+120=181 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.20% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 120 (47.27% from 255 or 66.30% from 181); Max value from RGB is 120 - color contains mainly: blue. Hex color #2A1378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1378 is #D5EC87. Grayscale: #252525. Windows color (decimal): -14019720 or 7869226. OLE color: 7869226.

HSL color Cylindrical-coordinate representation of color #2A1378: hue angle of 253.66º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A1378 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4219120-
CMYK0.650.8400.53
HSL253.66º72.66%27.25%-
HSV(B)253.66º84.17%47.06%-
XYZ4.582.3117.97-
YUV37.39174.62131.29-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.20%
GREEN value IS 19 (7.81% from 255) = 10.50%
BLUE value IS 120 (47.27% from 255) = 66.30%
R=23.20%
G=10.50%
B=66.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42191200.650.8400.53253.6672.6627.25
Hex2A13784154035fe491b
Octal522317010112406537611133
Binary10101010011111100010000011010100011010111111110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,19,120); }

 H1.HeaderClassName
 {
   color: #2A1378;
 }
 .AnyTagClassName
 {
   color: #2A1378;
 }
</style>
background-color css

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

 a { background-color: rgb(42,19,120); }

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

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

 span { border-color: rgb(42,19,120); }

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