#1E0675

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

Shades of Persian Indigo #1E0675

Tints of Persian Indigo #1E0675

Color information

#1E0675 (or 0x1E0675) is unknown color: approx Persian Indigo. HEX triplet: 1E, 06 and 75. RGB value is (30,6,117). Sum of RGB (Red+Green+Blue) = 30+6+117=153 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.61% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 117 (46.09% from 255 or 76.47% from 153); Max value from RGB is 117 - color contains mainly: blue. Hex color #1E0675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0675 is #E1F98A. Grayscale: #191919. Windows color (decimal): -14809483 or 7669278. OLE color: 7669278.

HSL color Cylindrical-coordinate representation of color #1E0675: hue angle of 252.97º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E0675 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB306117-
CMYK0.740.9500.54
HSL252.97º90.24%24.12%-
HSV(B)252.97º94.87%45.88%-
XYZ3.811.6916.96-
YUV25.83179.45130.97-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 19.61%
GREEN value IS 6 (2.73% from 255) = 3.92%
BLUE value IS 117 (46.09% from 255) = 76.47%
R=19.61%
G=3.92%
B=76.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3061170.740.9500.54252.9790.2424.12
Hex1E6754A5F036fd5a18
Octal36616511213706637513230
Binary11110110111010110010101011111011011011111101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,6,117); }

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

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

 a { background-color: rgb(30,6,117); }

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

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

 span { border-color: rgb(30,6,117); }

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