Html Css Color HEX #302889 Jacksons Purple

📋 copy color: '#302889'

red 48 ◦ green 40 ◦ blue 137

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

Shades of Jacksons Purple #302889

Tints of Jacksons Purple #302889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 60.89%

R = 21.33%
G = 17.78%
B = 60.89%

CMYK

 C value IS 0.65

 M value IS 0.71

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#302889 (or 0x302889) is known color: Jacksons Purple. HEX triplet: 30, 28 and 89. RGB value is (48,40,137). Sum of RGB (Red+Green+Blue) = 48+40+137=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 137 (53.91% from 255 or 60.89% from 225); Max value from RGB is 137 - color contains mainly: blue. Hex color #302889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302889 is #CFD776. Grayscale: #353535. Windows color (decimal): -13621111 or 8988720. OLE color: 8988720.

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

Color convert

RGB 48 40 137 -
CMYK 0.65 0.71 0 0.46
HSL 244.95º 0.55% 0.35% -
HSV(B) 244.95º 0.71% 0.54% -
XYZ 6.49 3.95 24.09 -
YUV 53.45 175.15 124.11 -
System Red Green Blue C M Y K H S L
Decimal 48 40 137 0.65 0.71 0 0.46 244.95 0.55 0.35
Hex 30 28 89 41 47 0 2E F5 37 23
Octal 60 50 211 101 107 0 56 365 67 43
Binary 110000 101000 10001001 1000001 1000111 0 101110 11110101 110111 100011

Color Harmonies of #302889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302889

Black with #302889

Text Example


Text Example

White with #302889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302889; }

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

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

background-color css

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

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

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

border-color css

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

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

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