Html Css Color HEX #1E0262 Persian Indigo

📋 copy color: '#1E0262'

red 30 ◦ green 2 ◦ blue 98

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

Shades of Persian Indigo #1E0262

Tints of Persian Indigo #1E0262

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.54%

 BLUE value IS 98 (38.67% from 255) = 75.38%

R = 23.08%
G = 1.54%
B = 75.38%

CMYK

 C value IS 0.69

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1E0262 (or 0x1E0262) is known color: Persian Indigo. HEX triplet: 1E, 02 and 62. RGB value is (30,2,98). Sum of RGB (Red+Green+Blue) = 30+2+98=130 (17% of max value = 765). Red value is 30 (12.11% from 255 or 23.08% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 98 (38.67% from 255 or 75.38% from 130); Max value from RGB is 98 - color contains mainly: blue. Hex color #1E0262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0262 is #E1FD9D. Grayscale: #141414. Windows color (decimal): -14810526 or 6423070. OLE color: 6423070.

HSL color Cylindrical-coordinate representation of color #1E0262: hue angle of 257.5º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E0262 is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 30 2 98 -
CMYK 0.69 0.98 0 0.62
HSL 257.5º 0.96% 0.2% -
HSV(B) 257.5º 0.98% 0.38% -
XYZ 2.76 1.2 11.64 -
YUV 21.32 171.28 134.19 -
System Red Green Blue C M Y K H S L
Decimal 30 2 98 0.69 0.98 0 0.62 257.5 0.96 0.2
Hex 1E 2 62 45 62 0 3E 102 60 14
Octal 36 2 142 105 142 0 76 402 140 24
Binary 11110 10 1100010 1000101 1100010 0 111110 100000010 1100000 10100

Color Harmonies of #1E0262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0262

Black with #1E0262

Text Example


Text Example

White with #1E0262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,2,98); }

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

background-color css

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

 a { background-color: rgb(30,2,98); }

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

border-color css

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

 span { border-color: rgb(30,2,98); }

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