#2F2CE3

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

Shades of Persian Blue #2F2CE3

Tints of Persian Blue #2F2CE3

Color information

#2F2CE3 (or 0x2F2CE3) is unknown color: approx Persian Blue. HEX triplet: 2F, 2C and E3. RGB value is (47,44,227). Sum of RGB (Red+Green+Blue) = 47+44+227=318 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.78% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 227 (89.06% from 255 or 71.38% from 318); Max value from RGB is 227 - color contains mainly: blue. Hex color #2F2CE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2CE3 is #D0D31C. Grayscale: #414141. Windows color (decimal): -13685533 or 14887983. OLE color: 14887983.

HSL color Cylindrical-coordinate representation of color #2F2CE3: hue angle of 240.98º 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 #2F2CE3 is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB4744227-
CMYK0.790.8100.11
HSL240.98º76.57%53.14%-
HSV(B)240.98º80.62%89.02%-
XYZ15.947.9573.37-
YUV65.76218.99114.62-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.78%
GREEN value IS 44 (17.58% from 255) = 13.84%
BLUE value IS 227 (89.06% from 255) = 71.38%
R=14.78%
G=13.84%
B=71.38%

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
Decimal47442270.790.8100.11240.9876.5753.14
Hex2F2CE34F510Bf14d35
Octal575434311712101336111565
Binary101111101100111000111001111101000101011111100011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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