#2F2CAA

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

Shades of Persian Blue #2F2CAA

Tints of Persian Blue #2F2CAA

Color information

#2F2CAA (or 0x2F2CAA) is unknown color: approx Persian Blue. HEX triplet: 2F, 2C and AA. RGB value is (47,44,170). Sum of RGB (Red+Green+Blue) = 47+44+170=261 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.01% from 261); Green value is 44 (17.58% from 255 or 16.86% from 261); Blue value is 170 (66.80% from 255 or 65.13% from 261); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F2CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2CAA is #D0D355. Grayscale: #3A3A3A. Windows color (decimal): -13685590 or 11152431. OLE color: 11152431.

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

Color convert

RGB4744170-
CMYK0.720.7400.33
HSL241.43º58.88%41.96%-
HSV(B)241.43º74.12%66.67%-
XYZ9.335.3138.56-
YUV59.26190.49119.25-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.01%
GREEN value IS 44 (17.58% from 255) = 16.86%
BLUE value IS 170 (66.80% from 255) = 65.13%
R=18.01%
G=16.86%
B=65.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal47441700.720.7400.33241.4358.8841.96
Hex2F2CAA484A021f13b2a
Octal57542521101120413617352
Binary1011111011001010101010010001001010010000111110001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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