Html Css Color HEX #1E0566 Persian Indigo

📋 copy color: '#1E0566'

red 30 ◦ green 5 ◦ blue 102

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

Shades of Persian Indigo #1E0566

Tints of Persian Indigo #1E0566

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.65%

 BLUE value IS 102 (40.23% from 255) = 74.45%

R = 21.9%
G = 3.65%
B = 74.45%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#1E0566 (or 0x1E0566) is known color: Persian Indigo. HEX triplet: 1E, 05 and 66. RGB value is (30,5,102). Sum of RGB (Red+Green+Blue) = 30+5+102=137 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.90% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 102 (40.23% from 255 or 74.45% from 137); Max value from RGB is 102 - color contains mainly: blue. Hex color #1E0566 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0566 is #E1FA99. Grayscale: #171717. Windows color (decimal): -14809754 or 6685982. OLE color: 6685982.

HSL color Cylindrical-coordinate representation of color #1E0566: hue angle of 255.46º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E0566 is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 30 5 102 -
CMYK 0.71 0.95 0 0.6
HSL 255.46º 0.91% 0.21% -
HSV(B) 255.46º 0.95% 0.4% -
XYZ 2.99 1.34 12.67 -
YUV 23.53 172.28 132.61 -
System Red Green Blue C M Y K H S L
Decimal 30 5 102 0.71 0.95 0 0.6 255.46 0.91 0.21
Hex 1E 5 66 47 5F 0 3C FF 5B 15
Octal 36 5 146 107 137 0 74 377 133 25
Binary 11110 101 1100110 1000111 1011111 0 111100 11111111 1011011 10101

Color Harmonies of #1E0566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0566

Black with #1E0566

Text Example


Text Example

White with #1E0566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,5,102); }

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

background-color css

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

 a { background-color: rgb(30,5,102); }

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

border-color css

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

 span { border-color: rgb(30,5,102); }

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