#3F458E

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

Shades of Jacksons Purple #3F458E

Tints of Jacksons Purple #3F458E

Color information

#3F458E (or 0x3F458E) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 45 and 8E. RGB value is (63,69,142). Sum of RGB (Red+Green+Blue) = 63+69+142=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 142 (55.86% from 255 or 51.82% from 274); Max value from RGB is 142 - color contains mainly: blue. Hex color #3F458E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F458E is #C0BA71. Grayscale: #4B4B4B. Windows color (decimal): -12630642 or 9323839. OLE color: 9323839.

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

Color convert

RGB6369142-
CMYK0.560.5100.44
HSL235.44º38.54%40.2%-
HSV(B)235.44º55.63%55.69%-
XYZ9.067.2726.52-
YUV75.53165.51119.06-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.99%
GREEN value IS 69 (27.34% from 255) = 25.18%
BLUE value IS 142 (55.86% from 255) = 51.82%
R=22.99%
G=25.18%
B=51.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal63691420.560.5100.44235.4438.5440.2
Hex3F458E383302Ceb2728
Octal7710521670630543534750
Binary111111100010110001110111000110011010110011101011100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F458E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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