#2E1DC6

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

Shades of Persian Blue #2E1DC6

Tints of Persian Blue #2E1DC6

Color information

#2E1DC6 (or 0x2E1DC6) is unknown color: approx Persian Blue. HEX triplet: 2E, 1D and C6. RGB value is (46,29,198). Sum of RGB (Red+Green+Blue) = 46+29+198=273 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.85% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 198 (77.73% from 255 or 72.53% from 273); Max value from RGB is 198 - color contains mainly: blue. Hex color #2E1DC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E1DC6 is #D1E239. Grayscale: #343434. Windows color (decimal): -13754938 or 12983598. OLE color: 12983598.

HSL color Cylindrical-coordinate representation of color #2E1DC6: hue angle of 246.04º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E1DC6 is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4629198-
CMYK0.770.8500.22
HSL246.04º74.45%44.51%-
HSV(B)246.04º85.35%77.65%-
XYZ11.765.5453.88-
YUV53.35209.63122.76-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.85%
GREEN value IS 29 (11.72% from 255) = 10.62%
BLUE value IS 198 (77.73% from 255) = 72.53%
R=16.85%
G=10.62%
B=72.53%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal46291980.770.8500.22246.0474.4544.51
Hex2E1DC64D55016f64a2d
Octal563530611512502636611255
Binary101110111011100011010011011010101010110111101101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E1DC6; }

 p { color: rgb(46,29,198); }

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

<style>
 a { background-color: #2E1DC6; }

 a { background-color: rgb(46,29,198); }

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

<style>
 span { border-color: #2E1DC6; }

 span { border-color: rgb(46,29,198); }

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