Html Css Color HEX #302880 Jacksons Purple

📋 copy color: '#302880'

red 48 ◦ green 40 ◦ blue 128

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

Shades of Jacksons Purple #302880

Tints of Jacksons Purple #302880

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.52%

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

R = 22.22%
G = 18.52%
B = 59.26%

CMYK

 C value IS 0.62

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#302880 (or 0x302880) is known color: Jacksons Purple. HEX triplet: 30, 28 and 80. RGB value is (48,40,128). Sum of RGB (Red+Green+Blue) = 48+40+128=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 128 (50.39% from 255 or 59.26% from 216); Max value from RGB is 128 - color contains mainly: blue. Hex color #302880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302880 is #CFD77F. Grayscale: #343434. Windows color (decimal): -13621120 or 8398896. OLE color: 8398896.

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

Color convert

RGB 48 40 128 -
CMYK 0.62 0.69 0 0.50
HSL 245.45º 0.52% 0.33% -
HSV(B) 245.45º 0.69% 0.5% -
XYZ 5.87 3.7 20.83 -
YUV 52.42 170.65 124.84 -
System Red Green Blue C M Y K H S L
Decimal 48 40 128 0.62 0.69 0 0.50 245.45 0.52 0.33
Hex 30 28 80 3E 45 0 32 F5 34 21
Octal 60 50 200 76 105 0 62 365 64 41
Binary 110000 101000 10000000 111110 1000101 0 110010 11110101 110100 100001

Color Harmonies of #302880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302880

Black with #302880

Text Example


Text Example

White with #302880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302880; }

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

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

background-color css

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

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

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

border-color css

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

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

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