Html Css Color HEX #1E005C Persian Indigo

📋 copy color: '#1E005C'

red 30 ◦ green 0 ◦ blue 92

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

Shades of Persian Indigo #1E005C

Tints of Persian Indigo #1E005C

RGB

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

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

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

R = 24.59%
G = 0%
B = 75.41%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1E005C (or 0x1E005C) is known color: Persian Indigo. HEX triplet: 1E, 00 and 5C. RGB value is (30,0,92). Sum of RGB (Red+Green+Blue) = 30+0+92=122 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.59% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 92 (36.33% from 255 or 75.41% from 122); Max value from RGB is 92 - color contains mainly: blue. Hex color #1E005C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E005C is #E1FFA3. Grayscale: #131313. Windows color (decimal): -14811044 or 6029342. OLE color: 6029342.

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

Color convert

RGB 30 0 92 -
CMYK 0.67 1 0 0.64
HSL 259.57º 1% 0.18% -
HSV(B) 259.57º 1% 0.36% -
XYZ 2.47 1.05 10.2 -
YUV 19.46 168.94 135.52 -
System Red Green Blue C M Y K H S L
Decimal 30 0 92 0.67 1 0 0.64 259.57 1 0.18
Hex 1E 0 5C 43 64 0 40 104 64 12
Octal 36 0 134 103 144 0 100 404 144 22
Binary 11110 0 1011100 1000011 1100100 0 1000000 100000100 1100100 10010

Color Harmonies of #1E005C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E005C

Black with #1E005C

Text Example


Text Example

White with #1E005C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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