#2f2ea2

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

Shades of Persian Blue #2F2EA2

Tints of Persian Blue #2F2EA2

Color information

#2F2EA2 (or 0x2F2EA2) is unknown color: approx Persian Blue. HEX triplet: 2F, 2E and A2. RGB value is (47,46,162). Sum of RGB (Red+Green+Blue) = 47+46+162=255 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.43% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 162 (63.67% from 255 or 63.53% from 255); Max value from RGB is 162 - color contains mainly: blue. Hex color #2F2EA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2EA2 is #D0D15D. Grayscale: #3B3B3B. Windows color (decimal): -13685086 or 10628655. OLE color: 10628655.

HSL color Cylindrical-coordinate representation of color #2F2EA2: hue angle of 240.52º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F2EA2 is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4746162-
CMYK0.710.7200.36
HSL240.52º55.77%40.78%-
HSV(B)240.52º71.6%63.53%-
XYZ8.675.1734.72-
YUV59.52185.83119.07-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.43%
GREEN value IS 46 (18.36% from 255) = 18.04%
BLUE value IS 162 (63.67% from 255) = 63.53%
R=18.43%
G=18.04%
B=63.53%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal47461620.710.7200.36240.5255.7740.78
Hex2F2EA24748024f13829
Octal57562421071100443617051
Binary1011111011101010001010001111001000010010011110001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f2ea2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,46,162); }

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

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

 a { background-color: rgb(47,46,162); }

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

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

 span { border-color: rgb(47,46,162); }

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