#2A21CC

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

Shades of Persian Blue #2A21CC

Tints of Persian Blue #2A21CC

Color information

#2A21CC (or 0x2A21CC) is unknown color: approx Persian Blue. HEX triplet: 2A, 21 and CC. RGB value is (42,33,204). Sum of RGB (Red+Green+Blue) = 42+33+204=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 204 (80.08% from 255 or 73.12% from 279); Max value from RGB is 204 - color contains mainly: blue. Hex color #2A21CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A21CC is #D5DE33. Grayscale: #363636. Windows color (decimal): -14016052 or 13377834. OLE color: 13377834.

HSL color Cylindrical-coordinate representation of color #2A21CC: hue angle of 243.16º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A21CC is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB4233204-
CMYK0.790.8400.2
HSL243.16º72.15%46.47%-
HSV(B)243.16º83.82%80%-
XYZ12.45.9457.62-
YUV55.18211.98118.6-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.05%
GREEN value IS 33 (13.28% from 255) = 11.83%
BLUE value IS 204 (80.08% from 255) = 73.12%
R=15.05%
G=11.83%
B=73.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal42332040.790.8400.2243.1672.1546.47
Hex2A21CC4F54014f3482e
Octal524131411712402436311056
Binary1010101000011100110010011111010100010100111100111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A21CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,33,204); }

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

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

 a { background-color: rgb(42,33,204); }

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

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

 span { border-color: rgb(42,33,204); }

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