#2A22DD

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

Shades of Persian Blue #2A22DD

Tints of Persian Blue #2A22DD

Color information

#2A22DD (or 0x2A22DD) is unknown color: approx Persian Blue. HEX triplet: 2A, 22 and DD. RGB value is (42,34,221). Sum of RGB (Red+Green+Blue) = 42+34+221=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 221 (86.72% from 255 or 74.41% from 297); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A22DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A22DD is #D5DD22. Grayscale: #383838. Windows color (decimal): -14015779 or 14492202. OLE color: 14492202.

HSL color Cylindrical-coordinate representation of color #2A22DD: hue angle of 242.57º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2A22DD is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4234221-
CMYK0.810.8500.13
HSL242.57º73.33%50%-
HSV(B)242.57º84.62%86.67%-
XYZ14.586.8668.96-
YUV57.71220.15116.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.14%
GREEN value IS 34 (13.67% from 255) = 11.45%
BLUE value IS 221 (86.72% from 255) = 74.41%
R=14.14%
G=11.45%
B=74.41%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal42342210.810.8500.13242.5773.3350
Hex2A22DD51550Df34932
Octal524233512112501536311162
Binary101010100010110111011010001101010101101111100111001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A22DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,34,221); }

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

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

 a { background-color: rgb(42,34,221); }

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

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

 span { border-color: rgb(42,34,221); }

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