Html Css Color HEX #1E0569 Persian Indigo

📋 copy color: '#1E0569'

red 30 ◦ green 5 ◦ blue 105

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

Shades of Persian Indigo #1E0569

Tints of Persian Indigo #1E0569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 75%

R = 21.43%
G = 3.57%
B = 75%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1E0569 (or 0x1E0569) is known color: Persian Indigo. HEX triplet: 1E, 05 and 69. RGB value is (30,5,105). Sum of RGB (Red+Green+Blue) = 30+5+105=140 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.43% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 105 (41.41% from 255 or 75% from 140); Max value from RGB is 105 - color contains mainly: blue. Hex color #1E0569 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0569 is #E1FA96. Grayscale: #171717. Windows color (decimal): -14809751 or 6882590. OLE color: 6882590.

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

Color convert

RGB 30 5 105 -
CMYK 0.71 0.95 0 0.59
HSL 255º 0.91% 0.22% -
HSV(B) 255º 0.95% 0.41% -
XYZ 3.14 1.4 13.47 -
YUV 23.88 173.78 132.37 -
System Red Green Blue C M Y K H S L
Decimal 30 5 105 0.71 0.95 0 0.59 255 0.91 0.22
Hex 1E 5 69 47 5F 0 3B FF 5B 16
Octal 36 5 151 107 137 0 73 377 133 26
Binary 11110 101 1101001 1000111 1011111 0 111011 11111111 1011011 10110

Color Harmonies of #1E0569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0569

Black with #1E0569

Text Example


Text Example

White with #1E0569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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