Html Css Color HEX #1E41D1 Persian Blue

📋 copy color: '#1E41D1'

red 30 ◦ green 65 ◦ blue 209

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

Shades of Persian Blue #1E41D1

Tints of Persian Blue #1E41D1

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.38%

 BLUE value IS 209 (82.03% from 255) = 68.75%

R = 9.87%
G = 21.38%
B = 68.75%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1E41D1 (or 0x1E41D1) is known color: Persian Blue. HEX triplet: 1E, 41 and D1. RGB value is (30,65,209). Sum of RGB (Red+Green+Blue) = 30+65+209=304 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.87% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 209 (82.03% from 255 or 68.75% from 304); Max value from RGB is 209 - color contains mainly: blue. Hex color #1E41D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E41D1 is #E1BE2E. Grayscale: #464646. Windows color (decimal): -14794287 or 13713694. OLE color: 13713694.

HSL color Cylindrical-coordinate representation of color #1E41D1: hue angle of 228.27º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E41D1 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 30 65 209 -
CMYK 0.86 0.69 0 0.18
HSL 228.27º 0.75% 0.47% -
HSV(B) 228.27º 0.86% 0.82% -
XYZ 13.93 8.66 61.26 -
YUV 70.95 205.9 98.79 -
System Red Green Blue C M Y K H S L
Decimal 30 65 209 0.86 0.69 0 0.18 228.27 0.75 0.47
Hex 1E 41 D1 56 45 0 12 E4 4B 2F
Octal 36 101 321 126 105 0 22 344 113 57
Binary 11110 1000001 11010001 1010110 1000101 0 10010 11100100 1001011 101111

Color Harmonies of #1E41D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E41D1

Black with #1E41D1

Text Example


Text Example

White with #1E41D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,65,209); }

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

background-color css

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

 a { background-color: rgb(30,65,209); }

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

border-color css

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

 span { border-color: rgb(30,65,209); }

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