Html Css Color HEX #1E035C Persian Indigo

📋 copy color: '#1E035C'

red 30 ◦ green 3 ◦ blue 92

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

Shades of Persian Indigo #1E035C

Tints of Persian Indigo #1E035C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 73.6%

R = 24%
G = 2.4%
B = 73.6%

CMYK

 C value IS 0.67

 M value IS 0.97

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1E035C (or 0x1E035C) is known color: Persian Indigo. HEX triplet: 1E, 03 and 5C. RGB value is (30,3,92). Sum of RGB (Red+Green+Blue) = 30+3+92=125 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 92 (36.33% from 255 or 73.6% from 125); Max value from RGB is 92 - color contains mainly: blue. Hex color #1E035C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E035C is #E1FCA3. Grayscale: #141414. Windows color (decimal): -14810276 or 6030110. OLE color: 6030110.

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

Color convert

RGB 30 3 92 -
CMYK 0.67 0.97 0 0.64
HSL 258.2º 0.94% 0.19% -
HSV(B) 258.2º 0.97% 0.36% -
XYZ 2.5 1.11 10.21 -
YUV 21.22 167.95 134.26 -
System Red Green Blue C M Y K H S L
Decimal 30 3 92 0.67 0.97 0 0.64 258.2 0.94 0.19
Hex 1E 3 5C 43 61 0 40 102 5E 13
Octal 36 3 134 103 141 0 100 402 136 23
Binary 11110 11 1011100 1000011 1100001 0 1000000 100000010 1011110 10011

Color Harmonies of #1E035C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E035C

Black with #1E035C

Text Example


Text Example

White with #1E035C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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