#1E1DCC

Color #1E1DCC Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1E1DCC

Tints of Persian Blue #1E1DCC

Color information

#1E1DCC (or 0x1E1DCC) is unknown color: approx Persian Blue. HEX triplet: 1E, 1D and CC. RGB value is (30,29,204). Sum of RGB (Red+Green+Blue) = 30+29+204=263 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.41% from 263); Green value is 29 (11.72% from 255 or 11.03% from 263); Blue value is 204 (80.08% from 255 or 77.57% from 263); Max value from RGB is 204 - color contains mainly: blue. Hex color #1E1DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E1DCC is #E1E233. Grayscale: #303030. Windows color (decimal): -14803508 or 13376798. OLE color: 13376798.

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

Color convert

RGB3029204-
CMYK0.850.8600.2
HSL240.34º75.11%45.69%-
HSV(B)240.34º85.78%80%-
XYZ11.875.5157.57-
YUV49.25215.33114.27-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.41%
GREEN value IS 29 (11.72% from 255) = 11.03%
BLUE value IS 204 (80.08% from 255) = 77.57%
R=11.41%
G=11.03%
B=77.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal30292040.850.8600.2240.3475.1145.69
Hex1E1DCC5556014f04b2e
Octal363531412512602436011356
Binary11110111011100110010101011010110010100111100001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E1DCC;
 }
 .AnyTagClassName
 {
   color: #1E1DCC;
 }
</style>
background-color css

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

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

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

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

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

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