Html Css Color HEX #1E0075 Persian Indigo

📋 copy color: '#1E0075'

red 30 ◦ green 0 ◦ blue 117

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

Shades of Persian Indigo #1E0075

Tints of Persian Indigo #1E0075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 79.59%

R = 20.41%
G = 0%
B = 79.59%

CMYK

 C value IS 0.74

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1E0075 (or 0x1E0075) is known color: Persian Indigo. HEX triplet: 1E, 00 and 75. RGB value is (30,0,117). Sum of RGB (Red+Green+Blue) = 30+0+117=147 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.41% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 117 (46.09% from 255 or 79.59% from 147); Max value from RGB is 117 - color contains mainly: blue. Hex color #1E0075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0075 is #E1FF8A. Grayscale: #151515. Windows color (decimal): -14811019 or 7667742. OLE color: 7667742.

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

Color convert

RGB 30 0 117 -
CMYK 0.74 1 0 0.54
HSL 255.38º 1% 0.23% -
HSV(B) 255.38º 1% 0.46% -
XYZ 3.75 1.56 16.93 -
YUV 22.31 181.44 133.49 -
System Red Green Blue C M Y K H S L
Decimal 30 0 117 0.74 1 0 0.54 255.38 1 0.23
Hex 1E 0 75 4A 64 0 36 FF 64 17
Octal 36 0 165 112 144 0 66 377 144 27
Binary 11110 0 1110101 1001010 1100100 0 110110 11111111 1100100 10111

Color Harmonies of #1E0075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0075

Black with #1E0075

Text Example


Text Example

White with #1E0075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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