Html Css Color HEX #1E0375 Persian Indigo

📋 copy color: '#1E0375'

red 30 ◦ green 3 ◦ blue 117

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

Shades of Persian Indigo #1E0375

Tints of Persian Indigo #1E0375

RGB

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

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

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

R = 20%
G = 2%
B = 78%

CMYK

 C value IS 0.74

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1E0375 (or 0x1E0375) is known color: Persian Indigo. HEX triplet: 1E, 03 and 75. RGB value is (30,3,117). Sum of RGB (Red+Green+Blue) = 30+3+117=150 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 117 (46.09% from 255 or 78% from 150); Max value from RGB is 117 - color contains mainly: blue. Hex color #1E0375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0375 is #E1FC8A. Grayscale: #171717. Windows color (decimal): -14810251 or 7668510. OLE color: 7668510.

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

Color convert

RGB 30 3 117 -
CMYK 0.74 0.97 0 0.54
HSL 254.21º 0.95% 0.24% -
HSV(B) 254.21º 0.97% 0.46% -
XYZ 3.78 1.63 16.94 -
YUV 24.07 180.45 132.23 -
System Red Green Blue C M Y K H S L
Decimal 30 3 117 0.74 0.97 0 0.54 254.21 0.95 0.24
Hex 1E 3 75 4A 61 0 36 FE 5F 18
Octal 36 3 165 112 141 0 66 376 137 30
Binary 11110 11 1110101 1001010 1100001 0 110110 11111110 1011111 11000

Color Harmonies of #1E0375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0375

Black with #1E0375

Text Example


Text Example

White with #1E0375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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