#30388C

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

Shades of Jacksons Purple #30388C

Tints of Jacksons Purple #30388C

Color information

#30388C (or 0x30388C) is unknown color: approx Jacksons Purple. HEX triplet: 30, 38 and 8C. RGB value is (48,56,140). Sum of RGB (Red+Green+Blue) = 48+56+140=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 140 (55.08% from 255 or 57.38% from 244); Max value from RGB is 140 - color contains mainly: blue. Hex color #30388C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30388C is #CFC773. Grayscale: #3E3E3E. Windows color (decimal): -13617012 or 9189424. OLE color: 9189424.

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

Color convert

RGB4856140-
CMYK0.660.600.45
HSL234.78º48.94%36.86%-
HSV(B)234.78º65.71%54.9%-
XYZ7.375.3525.46-
YUV63.18171.35117.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.67%
GREEN value IS 56 (22.27% from 255) = 22.95%
BLUE value IS 140 (55.08% from 255) = 57.38%
R=19.67%
G=22.95%
B=57.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48561400.660.600.45234.7848.9436.86
Hex30388C423C02Deb3125
Octal6070214102740553536145
Binary110000111000100011001000010111100010110111101011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30388C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30388C; }

 p { color: rgb(48,56,140); }

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

<style>
 a { background-color: #30388C; }

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

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

<style>
 span { border-color: #30388C; }

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

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