Html Css Color HEX #302A87 Jacksons Purple

📋 copy color: '#302A87'

red 48 ◦ green 42 ◦ blue 135

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

Shades of Jacksons Purple #302A87

Tints of Jacksons Purple #302A87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 60%

R = 21.33%
G = 18.67%
B = 60%

CMYK

 C value IS 0.64

 M value IS 0.69

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#302A87 (or 0x302A87) is known color: Jacksons Purple. HEX triplet: 30, 2A and 87. RGB value is (48,42,135). Sum of RGB (Red+Green+Blue) = 48+42+135=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 135 (53.12% from 255 or 60% from 225); Max value from RGB is 135 - color contains mainly: blue. Hex color #302A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302A87 is #CFD578. Grayscale: #363636. Windows color (decimal): -13620601 or 8858160. OLE color: 8858160.

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

Color convert

RGB 48 42 135 -
CMYK 0.64 0.69 0 0.47
HSL 243.87º 0.53% 0.35% -
HSV(B) 243.87º 0.69% 0.53% -
XYZ 6.42 4.03 23.36 -
YUV 54.4 173.49 123.44 -
System Red Green Blue C M Y K H S L
Decimal 48 42 135 0.64 0.69 0 0.47 243.87 0.53 0.35
Hex 30 2A 87 40 45 0 2F F4 35 23
Octal 60 52 207 100 105 0 57 364 65 43
Binary 110000 101010 10000111 1000000 1000101 0 101111 11110100 110101 100011

Color Harmonies of #302A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302A87

Black with #302A87

Text Example


Text Example

White with #302A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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