Html Css Color HEX #1E035D Persian Indigo

📋 copy color: '#1E035D'

red 30 ◦ green 3 ◦ blue 93

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

Shades of Persian Indigo #1E035D

Tints of Persian Indigo #1E035D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 73.81%

R = 23.81%
G = 2.38%
B = 73.81%

CMYK

 C value IS 0.68

 M value IS 0.97

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1E035D (or 0x1E035D) is known color: Persian Indigo. HEX triplet: 1E, 03 and 5D. RGB value is (30,3,93). Sum of RGB (Red+Green+Blue) = 30+3+93=126 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.81% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 93 (36.72% from 255 or 73.81% from 126); Max value from RGB is 93 - color contains mainly: blue. Hex color #1E035D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E035D is #E1FCA2. Grayscale: #151515. Windows color (decimal): -14810275 or 6095646. OLE color: 6095646.

HSL color Cylindrical-coordinate representation of color #1E035D: hue angle of 258º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E035D is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 30 3 93 -
CMYK 0.68 0.97 0 0.64
HSL 258º 0.94% 0.19% -
HSV(B) 258º 0.97% 0.36% -
XYZ 2.54 1.13 10.44 -
YUV 21.33 168.45 134.18 -
System Red Green Blue C M Y K H S L
Decimal 30 3 93 0.68 0.97 0 0.64 258 0.94 0.19
Hex 1E 3 5D 44 61 0 40 102 5E 13
Octal 36 3 135 104 141 0 100 402 136 23
Binary 11110 11 1011101 1000100 1100001 0 1000000 100000010 1011110 10011

Color Harmonies of #1E035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E035D

Black with #1E035D

Text Example


Text Example

White with #1E035D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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