#303082

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

Shades of Jacksons Purple #303082

Tints of Jacksons Purple #303082

Color information

#303082 (or 0x303082) is unknown color: approx Jacksons Purple. HEX triplet: 30, 30 and 82. RGB value is (48,48,130). Sum of RGB (Red+Green+Blue) = 48+48+130=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 130 (51.17% from 255 or 57.52% from 226); Max value from RGB is 130 - color contains mainly: blue. Hex color #303082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303082 is #CFCF7D. Grayscale: #393939. Windows color (decimal): -13619070 or 8532016. OLE color: 8532016.

HSL color Cylindrical-coordinate representation of color #303082: hue angle of 240º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #303082 is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4848130-
CMYK0.630.6300.49
HSL240º46.07%34.9%-
HSV(B)240º63.08%50.98%-
XYZ6.314.3521.63-
YUV57.35169121.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.24%
GREEN value IS 48 (19.14% from 255) = 21.24%
BLUE value IS 130 (51.17% from 255) = 57.52%
R=21.24%
G=21.24%
B=57.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48481300.630.6300.4924046.0734.9
Hex3030823F3F031f02e23
Octal606020277770613605643
Binary11000011000010000010111111111111011000111110000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303082; }

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

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

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

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

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

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

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

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