Html Css Color HEX #1E005E Persian Indigo

📋 copy color: '#1E005E'

red 30 ◦ green 0 ◦ blue 94

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

Shades of Persian Indigo #1E005E

Tints of Persian Indigo #1E005E

RGB

 RED value IS 30 (12.11% from 255) = 24.19%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 94 (37.11% from 255) = 75.81%

R = 24.19%
G = 0%
B = 75.81%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1E005E (or 0x1E005E) is known color: Persian Indigo. HEX triplet: 1E, 00 and 5E. RGB value is (30,0,94). Sum of RGB (Red+Green+Blue) = 30+0+94=124 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.19% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 94 (37.11% from 255 or 75.81% from 124); Max value from RGB is 94 - color contains mainly: blue. Hex color #1E005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E005E is #E1FFA1. Grayscale: #131313. Windows color (decimal): -14811042 or 6160414. OLE color: 6160414.

HSL color Cylindrical-coordinate representation of color #1E005E: hue angle of 259.15º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E005E is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 30 0 94 -
CMYK 0.68 1 0 0.63
HSL 259.15º 1% 0.18% -
HSV(B) 259.15º 1% 0.37% -
XYZ 2.56 1.08 10.66 -
YUV 19.69 169.94 135.36 -
System Red Green Blue C M Y K H S L
Decimal 30 0 94 0.68 1 0 0.63 259.15 1 0.18
Hex 1E 0 5E 44 64 0 3F 103 64 12
Octal 36 0 136 104 144 0 77 403 144 22
Binary 11110 0 1011110 1000100 1100100 0 111111 100000011 1100100 10010

Color Harmonies of #1E005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E005E

Black with #1E005E

Text Example


Text Example

White with #1E005E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,0,94); }

 H1.HeaderClassName
 {
   color: #1E005E;
 }
 .AnyTagClassName
 {
   color: #1E005E;
 }
</style>

background-color css

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

 a { background-color: rgb(30,0,94); }

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

border-color css

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

 span { border-color: rgb(30,0,94); }

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