Html Css Color HEX #302980 Jacksons Purple

📋 copy color: '#302980'

red 48 ◦ green 41 ◦ blue 128

#302980
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacksons Purple #302980

Tints of Jacksons Purple #302980

RGB

 RED value IS 48 (19.14% from 255) = 22.12%

 GREEN value IS 41 (16.41% from 255) = 18.89%

 BLUE value IS 128 (50.39% from 255) = 58.99%

R = 22.12%
G = 18.89%
B = 58.99%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#302980 (or 0x302980) is known color: Jacksons Purple. HEX triplet: 30, 29 and 80. RGB value is (48,41,128). Sum of RGB (Red+Green+Blue) = 48+41+128=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 128 (50.39% from 255 or 58.99% from 217); Max value from RGB is 128 - color contains mainly: blue. Hex color #302980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302980 is #CFD67F. Grayscale: #343434. Windows color (decimal): -13620864 or 8399152. OLE color: 8399152.

HSL color Cylindrical-coordinate representation of color #302980: hue angle of 244.83º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #302980 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 41 128 -
CMYK 0.62 0.68 0 0.50
HSL 244.83º 0.51% 0.33% -
HSV(B) 244.83º 0.68% 0.5% -
XYZ 5.91 3.77 20.84 -
YUV 53.01 170.32 124.43 -
System Red Green Blue C M Y K H S L
Decimal 48 41 128 0.62 0.68 0 0.50 244.83 0.51 0.33
Hex 30 29 80 3E 44 0 32 F5 33 21
Octal 60 51 200 76 104 0 62 365 63 41
Binary 110000 101001 10000000 111110 1000100 0 110010 11110101 110011 100001

Color Harmonies of #302980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302980

Black with #302980

Text Example


Text Example

White with #302980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302980; }

 p { color: rgb(48,41,128); }

 H1.HeaderClassName
 {
   color: #302980;
 }
 .AnyTagClassName
 {
   color: #302980;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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