Html Css Color HEX #1E31CD Persian Blue

📋 copy color: '#1E31CD'

red 30 ◦ green 49 ◦ blue 205

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

Shades of Persian Blue #1E31CD

Tints of Persian Blue #1E31CD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.25%

 BLUE value IS 205 (80.47% from 255) = 72.18%

R = 10.56%
G = 17.25%
B = 72.18%

CMYK

 C value IS 0.85

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1E31CD (or 0x1E31CD) is known color: Persian Blue. HEX triplet: 1E, 31 and CD. RGB value is (30,49,205). Sum of RGB (Red+Green+Blue) = 30+49+205=284 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.56% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 205 (80.47% from 255 or 72.18% from 284); Max value from RGB is 205 - color contains mainly: blue. Hex color #1E31CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E31CD is #E1CE32. Grayscale: #3C3C3C. Windows color (decimal): -14798387 or 13447454. OLE color: 13447454.

HSL color Cylindrical-coordinate representation of color #1E31CD: hue angle of 233.49º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E31CD is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 30 49 205 -
CMYK 0.85 0.76 0 0.20
HSL 233.49º 0.74% 0.46% -
HSV(B) 233.49º 0.85% 0.8% -
XYZ 12.65 6.88 58.42 -
YUV 61.1 209.21 105.82 -
System Red Green Blue C M Y K H S L
Decimal 30 49 205 0.85 0.76 0 0.20 233.49 0.74 0.46
Hex 1E 31 CD 55 4C 0 14 E9 4A 2E
Octal 36 61 315 125 114 0 24 351 112 56
Binary 11110 110001 11001101 1010101 1001100 0 10100 11101001 1001010 101110

Color Harmonies of #1E31CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E31CD

Black with #1E31CD

Text Example


Text Example

White with #1E31CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,49,205); }

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

background-color css

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

 a { background-color: rgb(30,49,205); }

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

border-color css

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

 span { border-color: rgb(30,49,205); }

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