Html Css Color HEX #1E0072 Persian Indigo

📋 copy color: '#1E0072'

red 30 ◦ green 0 ◦ blue 114

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

Shades of Persian Indigo #1E0072

Tints of Persian Indigo #1E0072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 79.17%

R = 20.83%
G = 0%
B = 79.17%

CMYK

 C value IS 0.74

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1E0072 (or 0x1E0072) is known color: Persian Indigo. HEX triplet: 1E, 00 and 72. RGB value is (30,0,114). Sum of RGB (Red+Green+Blue) = 30+0+114=144 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.83% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 114 (44.92% from 255 or 79.17% from 144); Max value from RGB is 114 - color contains mainly: blue. Hex color #1E0072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0072 is #E1FF8D. Grayscale: #151515. Windows color (decimal): -14811022 or 7471134. OLE color: 7471134.

HSL color Cylindrical-coordinate representation of color #1E0072: hue angle of 255.79º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E0072 is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 30 0 114 -
CMYK 0.74 1 0 0.55
HSL 255.79º 1% 0.22% -
HSV(B) 255.79º 1% 0.45% -
XYZ 3.57 1.49 16.02 -
YUV 21.97 179.94 133.73 -
System Red Green Blue C M Y K H S L
Decimal 30 0 114 0.74 1 0 0.55 255.79 1 0.22
Hex 1E 0 72 4A 64 0 37 100 64 16
Octal 36 0 162 112 144 0 67 400 144 26
Binary 11110 0 1110010 1001010 1100100 0 110111 100000000 1100100 10110

Color Harmonies of #1E0072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0072

Black with #1E0072

Text Example


Text Example

White with #1E0072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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