Html Css Color HEX #1E1CC6 Persian Blue

📋 copy color: '#1E1CC6'

red 30 ◦ green 28 ◦ blue 198

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

Shades of Persian Blue #1E1CC6

Tints of Persian Blue #1E1CC6

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.94%

 BLUE value IS 198 (77.73% from 255) = 77.34%

R = 11.72%
G = 10.94%
B = 77.34%

CMYK

 C value IS 0.85

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1E1CC6 (or 0x1E1CC6) is known color: Persian Blue. HEX triplet: 1E, 1C and C6. RGB value is (30,28,198). Sum of RGB (Red+Green+Blue) = 30+28+198=256 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.72% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 198 (77.73% from 255 or 77.34% from 256); Max value from RGB is 198 - color contains mainly: blue. Hex color #1E1CC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E1CC6 is #E1E339. Grayscale: #2F2F2F. Windows color (decimal): -14803770 or 12983326. OLE color: 12983326.

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

Color convert

RGB 30 28 198 -
CMYK 0.85 0.86 0 0.22
HSL 240.71º 0.75% 0.44% -
HSV(B) 240.71º 0.86% 0.78% -
XYZ 11.14 5.18 53.84 -
YUV 47.98 212.66 115.18 -
System Red Green Blue C M Y K H S L
Decimal 30 28 198 0.85 0.86 0 0.22 240.71 0.75 0.44
Hex 1E 1C C6 55 56 0 16 F1 4B 2C
Octal 36 34 306 125 126 0 26 361 113 54
Binary 11110 11100 11000110 1010101 1010110 0 10110 11110001 1001011 101100

Color Harmonies of #1E1CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1CC6

Black with #1E1CC6

Text Example


Text Example

White with #1E1CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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