#2E15CA

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

Shades of Persian Blue #2E15CA

Tints of Persian Blue #2E15CA

Color information

#2E15CA (or 0x2E15CA) is unknown color: approx Persian Blue. HEX triplet: 2E, 15 and CA. RGB value is (46,21,202). Sum of RGB (Red+Green+Blue) = 46+21+202=269 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.10% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 202 (79.30% from 255 or 75.09% from 269); Max value from RGB is 202 - color contains mainly: blue. Hex color #2E15CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E15CA is #D1EA35. Grayscale: #303030. Windows color (decimal): -13756982 or 13243694. OLE color: 13243694.

HSL color Cylindrical-coordinate representation of color #2E15CA: hue angle of 248.29º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E15CA is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4621202-
CMYK0.770.9000.21
HSL248.29º81.17%43.73%-
HSV(B)248.29º89.6%79.22%-
XYZ12.065.3856.28-
YUV49.11214.28125.78-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.10%
GREEN value IS 21 (8.59% from 255) = 7.81%
BLUE value IS 202 (79.30% from 255) = 75.09%
R=17.10%
G=7.81%
B=75.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal46212020.770.9000.21248.2981.1743.73
Hex2E15CA4D5A015f8512c
Octal562531211513202537012154
Binary101110101011100101010011011011010010101111110001010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E15CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,21,202); }

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

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

 a { background-color: rgb(46,21,202); }

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

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

 span { border-color: rgb(46,21,202); }

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