#1E1CC1

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

Shades of Persian Blue #1E1CC1

Tints of Persian Blue #1E1CC1

Color information

#1E1CC1 (or 0x1E1CC1) is unknown color: approx Persian Blue. HEX triplet: 1E, 1C and C1. RGB value is (30,28,193). Sum of RGB (Red+Green+Blue) = 30+28+193=251 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.95% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 193 (75.78% from 255 or 76.89% from 251); Max value from RGB is 193 - color contains mainly: blue. Hex color #1E1CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E1CC1 is #E1E33E. Grayscale: #2E2E2E. Windows color (decimal): -14803775 or 12655646. OLE color: 12655646.

HSL color Cylindrical-coordinate representation of color #1E1CC1: hue angle of 240.73º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E1CC1 is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3028193-
CMYK0.840.8500.24
HSL240.73º74.66%43.33%-
HSV(B)240.73º85.49%75.69%-
XYZ10.584.9650.85-
YUV47.41210.16115.58-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.95%
GREEN value IS 28 (11.33% from 255) = 11.16%
BLUE value IS 193 (75.78% from 255) = 76.89%
R=11.95%
G=11.16%
B=76.89%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal30281930.840.8500.24240.7374.6643.33
Hex1E1CC15455018f14b2b
Octal363430112412503036111353
Binary11110111001100000110101001010101011000111100011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,28,193); }

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

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

 a { background-color: rgb(30,28,193); }

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

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

 span { border-color: rgb(30,28,193); }

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