#2F22AA

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

Shades of Persian Blue #2F22AA

Tints of Persian Blue #2F22AA

Color information

#2F22AA (or 0x2F22AA) is unknown color: approx Persian Blue. HEX triplet: 2F, 22 and AA. RGB value is (47,34,170). Sum of RGB (Red+Green+Blue) = 47+34+170=251 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.73% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 170 (66.80% from 255 or 67.73% from 251); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F22AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F22AA is #D0DD55. Grayscale: #343434. Windows color (decimal): -13688150 or 11149871. OLE color: 11149871.

HSL color Cylindrical-coordinate representation of color #2F22AA: hue angle of 245.74º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F22AA is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4734170-
CMYK0.720.8000.33
HSL245.74º66.67%40%-
HSV(B)245.74º80%66.67%-
XYZ94.6538.45-
YUV53.39193.81123.44-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.73%
GREEN value IS 34 (13.67% from 255) = 13.55%
BLUE value IS 170 (66.80% from 255) = 67.73%
R=18.73%
G=13.55%
B=67.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal47341700.720.8000.33245.7466.6740
Hex2F22AA4850021f64328
Octal574225211012004136610350
Binary10111110001010101010100100010100000100001111101101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F22AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,34,170); }

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

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

 a { background-color: rgb(47,34,170); }

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

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

 span { border-color: rgb(47,34,170); }

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