Html Css Color HEX #302A89 Jacksons Purple

📋 copy color: '#302A89'

red 48 ◦ green 42 ◦ blue 137

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

Shades of Jacksons Purple #302A89

Tints of Jacksons Purple #302A89

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.5%

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

R = 21.15%
G = 18.5%
B = 60.35%

CMYK

 C value IS 0.65

 M value IS 0.69

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#302A89 (or 0x302A89) is known color: Jacksons Purple. HEX triplet: 30, 2A and 89. RGB value is (48,42,137). Sum of RGB (Red+Green+Blue) = 48+42+137=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 137 (53.91% from 255 or 60.35% from 227); Max value from RGB is 137 - color contains mainly: blue. Hex color #302A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302A89 is #CFD576. Grayscale: #363636. Windows color (decimal): -13620599 or 8989232. OLE color: 8989232.

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

Color convert

RGB 48 42 137 -
CMYK 0.65 0.69 0 0.46
HSL 243.79º 0.53% 0.35% -
HSV(B) 243.79º 0.69% 0.54% -
XYZ 6.56 4.09 24.11 -
YUV 54.62 174.49 123.28 -
System Red Green Blue C M Y K H S L
Decimal 48 42 137 0.65 0.69 0 0.46 243.79 0.53 0.35
Hex 30 2A 89 41 45 0 2E F4 35 23
Octal 60 52 211 101 105 0 56 364 65 43
Binary 110000 101010 10001001 1000001 1000101 0 101110 11110100 110101 100011

Color Harmonies of #302A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302A89

Black with #302A89

Text Example


Text Example

White with #302A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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