#2E21C1

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

Shades of Persian Blue #2E21C1

Tints of Persian Blue #2E21C1

Color information

#2E21C1 (or 0x2E21C1) is unknown color: approx Persian Blue. HEX triplet: 2E, 21 and C1. RGB value is (46,33,193). Sum of RGB (Red+Green+Blue) = 46+33+193=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 193 (75.78% from 255 or 70.96% from 272); Max value from RGB is 193 - color contains mainly: blue. Hex color #2E21C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E21C1 is #D1DE3E. Grayscale: #363636. Windows color (decimal): -13753919 or 12656942. OLE color: 12656942.

HSL color Cylindrical-coordinate representation of color #2E21C1: hue angle of 244.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E21C1 is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4633193-
CMYK0.760.8300.24
HSL244.88º70.8%44.31%-
HSV(B)244.88º82.9%75.69%-
XYZ11.35.5250.92-
YUV55.13205.81121.49-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.91%
GREEN value IS 33 (13.28% from 255) = 12.13%
BLUE value IS 193 (75.78% from 255) = 70.96%
R=16.91%
G=12.13%
B=70.96%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal46331930.760.8300.24244.8870.844.31
Hex2E21C14C53018f5472c
Octal564130111412303036510754
Binary1011101000011100000110011001010011011000111101011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E21C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,33,193); }

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

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

 a { background-color: rgb(46,33,193); }

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

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

 span { border-color: rgb(46,33,193); }

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