#302A8A

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

Shades of Jacksons Purple #302A8A

Tints of Jacksons Purple #302A8A

Color information

#302A8A (or 0x302A8A) is unknown color: approx Jacksons Purple. HEX triplet: 30, 2A and 8A. RGB value is (48,42,138). Sum of RGB (Red+Green+Blue) = 48+42+138=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 42 (16.80% from 255 or 18.42% from 228); Blue value is 138 (54.30% from 255 or 60.53% from 228); Max value from RGB is 138 - color contains mainly: blue. Hex color #302A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302A8A is #CFD575. Grayscale: #363636. Windows color (decimal): -13620598 or 9054768. OLE color: 9054768.

HSL color Cylindrical-coordinate representation of color #302A8A: hue angle of 243.75º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #302A8A is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4842138-
CMYK0.650.7000.46
HSL243.75º53.33%35.29%-
HSV(B)243.75º69.57%54.12%-
XYZ6.634.1224.49-
YUV54.74174.99123.19-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.05%
GREEN value IS 42 (16.80% from 255) = 18.42%
BLUE value IS 138 (54.30% from 255) = 60.53%
R=21.05%
G=18.42%
B=60.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48421380.650.7000.46243.7553.3335.29
Hex302A8A414602Ef43523
Octal60522121011060563646543
Binary1100001010101000101010000011000110010111011110100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302A8A; }

 p { color: rgb(48,42,138); }

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

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

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

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

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

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

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