#1E016B

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

Shades of Persian Indigo #1E016B

Tints of Persian Indigo #1E016B

Color information

#1E016B (or 0x1E016B) is unknown color: approx Persian Indigo. HEX triplet: 1E, 01 and 6B. RGB value is (30,1,107). Sum of RGB (Red+Green+Blue) = 30+1+107=138 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.74% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 107 (42.19% from 255 or 77.54% from 138); Max value from RGB is 107 - color contains mainly: blue. Hex color #1E016B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E016B is #E1FE94. Grayscale: #151515. Windows color (decimal): -14810773 or 7012638. OLE color: 7012638.

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

Color convert

RGB301107-
CMYK0.720.9900.58
HSL256.42º98.15%21.18%-
HSV(B)256.42º99.07%41.96%-
XYZ3.21.3614-
YUV21.76176.11133.88-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.74%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 107 (42.19% from 255) = 77.54%
R=21.74%
G=0.72%
B=77.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3011070.720.9900.58256.4298.1521.18
Hex1E16B486303A1006215
Octal36115311014307240014225
Binary1111011101011100100011000110111010100000000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E016B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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