#30358B

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

Shades of Jacksons Purple #30358B

Tints of Jacksons Purple #30358B

Color information

#30358B (or 0x30358B) is unknown color: approx Jacksons Purple. HEX triplet: 30, 35 and 8B. RGB value is (48,53,139). Sum of RGB (Red+Green+Blue) = 48+53+139=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 139 (54.69% from 255 or 57.92% from 240); Max value from RGB is 139 - color contains mainly: blue. Hex color #30358B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30358B is #CFCA74. Grayscale: #3C3C3C. Windows color (decimal): -13617781 or 9123120. OLE color: 9123120.

HSL color Cylindrical-coordinate representation of color #30358B: hue angle of 236.7º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30358B is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4853139-
CMYK0.650.6200.45
HSL236.7º48.66%36.67%-
HSV(B)236.7º65.47%54.51%-
XYZ7.155.0425.02-
YUV61.31171.84118.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 53 (21.09% from 255) = 22.08%
BLUE value IS 139 (54.69% from 255) = 57.92%
R=20%
G=22.08%
B=57.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48531390.650.6200.45236.748.6636.67
Hex30358B413E02Ded3125
Octal6065213101760553556145
Binary110000110101100010111000001111110010110111101101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30358B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30358B; }

 p { color: rgb(48,53,139); }

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

<style>
 a { background-color: #30358B; }

 a { background-color: rgb(48,53,139); }

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

<style>
 span { border-color: #30358B; }

 span { border-color: rgb(48,53,139); }

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