Html Css Color HEX #1E0374 Persian Indigo

📋 copy color: '#1E0374'

red 30 ◦ green 3 ◦ blue 116

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

Shades of Persian Indigo #1E0374

Tints of Persian Indigo #1E0374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 77.85%

R = 20.13%
G = 2.01%
B = 77.85%

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

#1E0374 (or 0x1E0374) is known color: Persian Indigo. HEX triplet: 1E, 03 and 74. RGB value is (30,3,116). Sum of RGB (Red+Green+Blue) = 30+3+116=149 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.13% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 116 (45.70% from 255 or 77.85% from 149); Max value from RGB is 116 - color contains mainly: blue. Hex color #1E0374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0374 is #E1FC8B. Grayscale: #171717. Windows color (decimal): -14810252 or 7602974. OLE color: 7602974.

HSL color Cylindrical-coordinate representation of color #1E0374: hue angle of 254.34º 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 #1E0374 is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 30 3 116 -
CMYK 0.74 0.97 0 0.55
HSL 254.34º 0.95% 0.23% -
HSV(B) 254.34º 0.97% 0.45% -
XYZ 3.72 1.6 16.64 -
YUV 23.96 179.95 132.31 -
System Red Green Blue C M Y K H S L
Decimal 30 3 116 0.74 0.97 0 0.55 254.34 0.95 0.23
Hex 1E 3 74 4A 61 0 37 FE 5F 17
Octal 36 3 164 112 141 0 67 376 137 27
Binary 11110 11 1110100 1001010 1100001 0 110111 11111110 1011111 10111

Color Harmonies of #1E0374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0374

Black with #1E0374

Text Example


Text Example

White with #1E0374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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