#303183

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

Shades of Jacksons Purple #303183

Tints of Jacksons Purple #303183

Color information

#303183 (or 0x303183) is unknown color: approx Jacksons Purple. HEX triplet: 30, 31 and 83. RGB value is (48,49,131). Sum of RGB (Red+Green+Blue) = 48+49+131=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 131 (51.56% from 255 or 57.46% from 228); Max value from RGB is 131 - color contains mainly: blue. Hex color #303183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303183 is #CFCE7C. Grayscale: #393939. Windows color (decimal): -13618813 or 8597808. OLE color: 8597808.

HSL color Cylindrical-coordinate representation of color #303183: hue angle of 239.28º 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 #303183 is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4849131-
CMYK0.630.6300.49
HSL239.28º46.37%35.1%-
HSV(B)239.28º63.36%51.37%-
XYZ6.414.4622-
YUV58.05169.17120.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.05%
GREEN value IS 49 (19.53% from 255) = 21.49%
BLUE value IS 131 (51.56% from 255) = 57.46%
R=21.05%
G=21.49%
B=57.46%

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
Decimal48491310.630.6300.49239.2846.3735.1
Hex3031833F3F031ef2e23
Octal606120377770613575643
Binary11000011000110000011111111111111011000111101111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303183; }

 p { color: rgb(48,49,131); }

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

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

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

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

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

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

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