#3F458C

Color #3F458C Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #3F458C

Tints of Jacksons Purple #3F458C

Color information

#3F458C (or 0x3F458C) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 45 and 8C. RGB value is (63,69,140). Sum of RGB (Red+Green+Blue) = 63+69+140=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 140 (55.08% from 255 or 51.47% from 272); Max value from RGB is 140 - color contains mainly: blue. Hex color #3F458C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F458C is #C0BA73. Grayscale: #4B4B4B. Windows color (decimal): -12630644 or 9192767. OLE color: 9192767.

HSL color Cylindrical-coordinate representation of color #3F458C: hue angle of 235.32º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F458C is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6369140-
CMYK0.550.5100.45
HSL235.32º37.93%39.8%-
HSV(B)235.32º55%54.9%-
XYZ8.917.2125.73-
YUV75.3164.51119.23-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.16%
GREEN value IS 69 (27.34% from 255) = 25.37%
BLUE value IS 140 (55.08% from 255) = 51.47%
R=23.16%
G=25.37%
B=51.47%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal63691400.550.5100.45235.3237.9339.8
Hex3F458C373302Deb2628
Octal7710521467630553534650
Binary111111100010110001100110111110011010110111101011100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F458C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,69,140); }

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

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

 a { background-color: rgb(63,69,140); }

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

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

 span { border-color: rgb(63,69,140); }

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