#2C20D5

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

Shades of Persian Blue #2C20D5

Tints of Persian Blue #2C20D5

Color information

#2C20D5 (or 0x2C20D5) is unknown color: approx Persian Blue. HEX triplet: 2C, 20 and D5. RGB value is (44,32,213). Sum of RGB (Red+Green+Blue) = 44+32+213=289 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.22% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 213 (83.59% from 255 or 73.70% from 289); Max value from RGB is 213 - color contains mainly: blue. Hex color #2C20D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C20D5 is #D3DF2A. Grayscale: #373737. Windows color (decimal): -13885227 or 13967404. OLE color: 13967404.

HSL color Cylindrical-coordinate representation of color #2C20D5: hue angle of 243.98º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C20D5 is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4432213-
CMYK0.790.8500.16
HSL243.98º73.88%48.04%-
HSV(B)243.98º84.98%83.53%-
XYZ13.576.3763.47-
YUV56.22216.48119.28-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.22%
GREEN value IS 32 (12.89% from 255) = 11.07%
BLUE value IS 213 (83.59% from 255) = 73.70%
R=15.22%
G=11.07%
B=73.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal44322130.790.8500.16243.9873.8848.04
Hex2C20D54F55010f44a30
Octal544032511712502036411260
Binary1011001000001101010110011111010101010000111101001001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C20D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,32,213); }

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

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

 a { background-color: rgb(44,32,213); }

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

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

 span { border-color: rgb(44,32,213); }

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