#30308B

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

Shades of Jacksons Purple #30308B

Tints of Jacksons Purple #30308B

Color information

#30308B (or 0x30308B) is unknown color: approx Jacksons Purple. HEX triplet: 30, 30 and 8B. RGB value is (48,48,139). Sum of RGB (Red+Green+Blue) = 48+48+139=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 139 (54.69% from 255 or 59.15% from 235); Max value from RGB is 139 - color contains mainly: blue. Hex color #30308B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30308B is #CFCF74. Grayscale: #3A3A3A. Windows color (decimal): -13619061 or 9121840. OLE color: 9121840.

HSL color Cylindrical-coordinate representation of color #30308B: hue angle of 240º 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 #30308B is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4848139-
CMYK0.650.6500.45
HSL240º48.66%36.67%-
HSV(B)240º65.47%54.51%-
XYZ6.944.6124.95-
YUV58.37173.5120.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.43%
GREEN value IS 48 (19.14% from 255) = 20.43%
BLUE value IS 139 (54.69% from 255) = 59.15%
R=20.43%
G=20.43%
B=59.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48481390.650.6500.4524048.6636.67
Hex30308B414102Df03125
Octal60602131011010553606145
Binary1100001100001000101110000011000001010110111110000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30308B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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