#3E2FC9

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

Shades of Persian Blue #3E2FC9

Tints of Persian Blue #3E2FC9

Color information

#3E2FC9 (or 0x3E2FC9) is unknown color: approx Persian Blue. HEX triplet: 3E, 2F and C9. RGB value is (62,47,201). Sum of RGB (Red+Green+Blue) = 62+47+201=310 (41% of max value = 765). Red value is 62 (24.61% from 255 or 20% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 201 (78.91% from 255 or 64.84% from 310); Max value from RGB is 201 - color contains mainly: blue. Hex color #3E2FC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2FC9 is #C1D036. Grayscale: #444444. Windows color (decimal): -12701751 or 13184830. OLE color: 13184830.

HSL color Cylindrical-coordinate representation of color #3E2FC9: hue angle of 245.84º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E2FC9 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6247201-
CMYK0.690.7700.21
HSL245.84º62.1%48.63%-
HSV(B)245.84º76.62%78.82%-
XYZ13.557.2755.95-
YUV69.04202.47122.98-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20%
GREEN value IS 47 (18.75% from 255) = 15.16%
BLUE value IS 201 (78.91% from 255) = 64.84%
R=20%
G=15.16%
B=64.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal62472010.690.7700.21245.8462.148.63
Hex3E2FC9454D015f63e31
Octal76573111051150253667661
Binary111110101111110010011000101100110101010111110110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E2FC9; }

 p { color: rgb(62,47,201); }

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

<style>
 a { background-color: #3E2FC9; }

 a { background-color: rgb(62,47,201); }

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

<style>
 span { border-color: #3E2FC9; }

 span { border-color: rgb(62,47,201); }

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