Html Css Color HEX #1E0372 Persian Indigo

📋 copy color: '#1E0372'

red 30 ◦ green 3 ◦ blue 114

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

Shades of Persian Indigo #1E0372

Tints of Persian Indigo #1E0372

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.04%

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

R = 20.41%
G = 2.04%
B = 77.55%

CMYK

 C value IS 0.74

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1E0372 (or 0x1E0372) is known color: Persian Indigo. HEX triplet: 1E, 03 and 72. RGB value is (30,3,114). Sum of RGB (Red+Green+Blue) = 30+3+114=147 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.41% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 114 (44.92% from 255 or 77.55% from 147); Max value from RGB is 114 - color contains mainly: blue. Hex color #1E0372 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0372 is #E1FC8D. Grayscale: #171717. Windows color (decimal): -14810254 or 7471902. OLE color: 7471902.

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

Color convert

RGB 30 3 114 -
CMYK 0.74 0.97 0 0.55
HSL 254.59º 0.95% 0.23% -
HSV(B) 254.59º 0.97% 0.45% -
XYZ 3.61 1.56 16.03 -
YUV 23.73 178.95 132.47 -
System Red Green Blue C M Y K H S L
Decimal 30 3 114 0.74 0.97 0 0.55 254.59 0.95 0.23
Hex 1E 3 72 4A 61 0 37 FF 5F 17
Octal 36 3 162 112 141 0 67 377 137 27
Binary 11110 11 1110010 1001010 1100001 0 110111 11111111 1011111 10111

Color Harmonies of #1E0372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0372

Black with #1E0372

Text Example


Text Example

White with #1E0372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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