#2f2be3

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

Shades of Persian Blue #2F2BE3

Tints of Persian Blue #2F2BE3

Color information

#2F2BE3 (or 0x2F2BE3) is unknown color: approx Persian Blue. HEX triplet: 2F, 2B and E3. RGB value is (47,43,227). Sum of RGB (Red+Green+Blue) = 47+43+227=317 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.83% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 227 (89.06% from 255 or 71.61% from 317); Max value from RGB is 227 - color contains mainly: blue. Hex color #2F2BE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2BE3 is #D0D41C. Grayscale: #404040. Windows color (decimal): -13685789 or 14887727. OLE color: 14887727.

HSL color Cylindrical-coordinate representation of color #2F2BE3: hue angle of 241.3º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F2BE3 is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB4743227-
CMYK0.790.8100.11
HSL241.3º76.67%52.94%-
HSV(B)241.3º81.06%89.02%-
XYZ15.97.8873.36-
YUV65.17219.33115.04-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.83%
GREEN value IS 43 (17.19% from 255) = 13.56%
BLUE value IS 227 (89.06% from 255) = 71.61%
R=14.83%
G=13.56%
B=71.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal47432270.790.8100.11241.376.6752.94
Hex2F2BE34F510Bf14d35
Octal575334311712101336111565
Binary101111101011111000111001111101000101011111100011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f2be3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,43,227); }

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

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

 a { background-color: rgb(47,43,227); }

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

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

 span { border-color: rgb(47,43,227); }

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