Html Css Color HEX #1E0367 Persian Indigo

📋 copy color: '#1E0367'

red 30 ◦ green 3 ◦ blue 103

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

Shades of Persian Indigo #1E0367

Tints of Persian Indigo #1E0367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 75.74%

R = 22.06%
G = 2.21%
B = 75.74%

CMYK

 C value IS 0.71

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#1E0367 (or 0x1E0367) is known color: Persian Indigo. HEX triplet: 1E, 03 and 67. RGB value is (30,3,103). Sum of RGB (Red+Green+Blue) = 30+3+103=136 (18% of max value = 765). Red value is 30 (12.11% from 255 or 22.06% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 103 (40.62% from 255 or 75.74% from 136); Max value from RGB is 103 - color contains mainly: blue. Hex color #1E0367 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0367 is #E1FC98. Grayscale: #161616. Windows color (decimal): -14810265 or 6751006. OLE color: 6751006.

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

Color convert

RGB 30 3 103 -
CMYK 0.71 0.97 0 0.60
HSL 256.2º 0.94% 0.21% -
HSV(B) 256.2º 0.97% 0.4% -
XYZ 3.02 1.32 12.93 -
YUV 22.47 173.45 133.37 -
System Red Green Blue C M Y K H S L
Decimal 30 3 103 0.71 0.97 0 0.60 256.2 0.94 0.21
Hex 1E 3 67 47 61 0 3C 100 5E 15
Octal 36 3 147 107 141 0 74 400 136 25
Binary 11110 11 1100111 1000111 1100001 0 111100 100000000 1011110 10101

Color Harmonies of #1E0367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0367

Black with #1E0367

Text Example


Text Example

White with #1E0367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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