Html Css Color HEX #1E1DAE Persian Blue

📋 copy color: '#1E1DAE'

red 30 ◦ green 29 ◦ blue 174

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

Shades of Persian Blue #1E1DAE

Tints of Persian Blue #1E1DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 74.68%

R = 12.88%
G = 12.45%
B = 74.68%

CMYK

 C value IS 0.83

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1E1DAE (or 0x1E1DAE) is known color: Persian Blue. HEX triplet: 1E, 1D and AE. RGB value is (30,29,174). Sum of RGB (Red+Green+Blue) = 30+29+174=233 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.88% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 174 (68.36% from 255 or 74.68% from 233); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E1DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E1DAE is #E1E251. Grayscale: #2D2D2D. Windows color (decimal): -14803538 or 11410718. OLE color: 11410718.

HSL color Cylindrical-coordinate representation of color #1E1DAE: hue angle of 240.41º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E1DAE is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 30 29 174 -
CMYK 0.83 0.83 0 0.32
HSL 240.41º 0.71% 0.4% -
HSV(B) 240.41º 0.83% 0.68% -
XYZ 8.61 4.21 40.4 -
YUV 45.83 200.33 116.71 -
System Red Green Blue C M Y K H S L
Decimal 30 29 174 0.83 0.83 0 0.32 240.41 0.71 0.4
Hex 1E 1D AE 53 53 0 20 F0 47 28
Octal 36 35 256 123 123 0 40 360 107 50
Binary 11110 11101 10101110 1010011 1010011 0 100000 11110000 1000111 101000

Color Harmonies of #1E1DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1DAE

Black with #1E1DAE

Text Example


Text Example

White with #1E1DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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