Html Css Color HEX #1E1DB4 Persian Blue

📋 copy color: '#1E1DB4'

red 30 ◦ green 29 ◦ blue 180

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

Shades of Persian Blue #1E1DB4

Tints of Persian Blue #1E1DB4

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.13%

 BLUE value IS 180 (70.7% from 255) = 75.31%

R = 12.55%
G = 12.13%
B = 75.31%

CMYK

 C value IS 0.83

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1E1DB4 (or 0x1E1DB4) is known color: Persian Blue. HEX triplet: 1E, 1D and B4. RGB value is (30,29,180). Sum of RGB (Red+Green+Blue) = 30+29+180=239 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.55% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 180 (70.70% from 255 or 75.31% from 239); Max value from RGB is 180 - color contains mainly: blue. Hex color #1E1DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E1DB4 is #E1E24B. Grayscale: #2D2D2D. Windows color (decimal): -14803532 or 11803934. OLE color: 11803934.

HSL color Cylindrical-coordinate representation of color #1E1DB4: hue angle of 240.4º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E1DB4 is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 30 29 180 -
CMYK 0.83 0.84 0 0.29
HSL 240.4º 0.72% 0.41% -
HSV(B) 240.4º 0.84% 0.71% -
XYZ 9.21 4.45 43.55 -
YUV 46.51 203.33 116.22 -
System Red Green Blue C M Y K H S L
Decimal 30 29 180 0.83 0.84 0 0.29 240.4 0.72 0.41
Hex 1E 1D B4 53 54 0 1D F0 48 29
Octal 36 35 264 123 124 0 35 360 110 51
Binary 11110 11101 10110100 1010011 1010100 0 11101 11110000 1001000 101001

Color Harmonies of #1E1DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1DB4

Black with #1E1DB4

Text Example


Text Example

White with #1E1DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,29,180); }

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

background-color css

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

 a { background-color: rgb(30,29,180); }

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

border-color css

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

 span { border-color: rgb(30,29,180); }

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