#1E046B

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

Shades of Persian Indigo #1E046B

Tints of Persian Indigo #1E046B

Color information

#1E046B (or 0x1E046B) is unknown color: approx Persian Indigo. HEX triplet: 1E, 04 and 6B. RGB value is (30,4,107). Sum of RGB (Red+Green+Blue) = 30+4+107=141 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.28% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 107 (42.19% from 255 or 75.89% from 141); Max value from RGB is 107 - color contains mainly: blue. Hex color #1E046B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E046B is #E1FB94. Grayscale: #171717. Windows color (decimal): -14810005 or 7013406. OLE color: 7013406.

HSL color Cylindrical-coordinate representation of color #1E046B: hue angle of 255.15º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E046B is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB304107-
CMYK0.720.9600.58
HSL255.15º92.79%21.76%-
HSV(B)255.15º96.26%41.96%-
XYZ3.231.4214.01-
YUV23.52175.11132.62-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.28%
GREEN value IS 4 (1.95% from 255) = 2.84%
BLUE value IS 107 (42.19% from 255) = 75.89%
R=21.28%
G=2.84%
B=75.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3041070.720.9600.58255.1592.7921.76
Hex1E46B486003Aff5d16
Octal36415311014007237713526
Binary11110100110101110010001100000011101011111111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E046B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E046B; }

 p { color: rgb(30,4,107); }

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

<style>
 a { background-color: #1E046B; }

 a { background-color: rgb(30,4,107); }

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

<style>
 span { border-color: #1E046B; }

 span { border-color: rgb(30,4,107); }

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