Html Css Color HEX #302B84 Jacksons Purple

📋 copy color: '#302B84'

red 48 ◦ green 43 ◦ blue 132

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

Shades of Jacksons Purple #302B84

Tints of Jacksons Purple #302B84

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.28%

 BLUE value IS 132 (51.95% from 255) = 59.19%

R = 21.52%
G = 19.28%
B = 59.19%

CMYK

 C value IS 0.64

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#302B84 (or 0x302B84) is known color: Jacksons Purple. HEX triplet: 30, 2B and 84. RGB value is (48,43,132). Sum of RGB (Red+Green+Blue) = 48+43+132=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 43 (17.19% from 255 or 19.28% from 223); Blue value is 132 (51.95% from 255 or 59.19% from 223); Max value from RGB is 132 - color contains mainly: blue. Hex color #302B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302B84 is #CFD47B. Grayscale: #363636. Windows color (decimal): -13620348 or 8661808. OLE color: 8661808.

HSL color Cylindrical-coordinate representation of color #302B84: hue angle of 243.37º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #302B84 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 43 132 -
CMYK 0.64 0.67 0 0.48
HSL 243.37º 0.51% 0.34% -
HSV(B) 243.37º 0.67% 0.52% -
XYZ 6.25 4.02 22.28 -
YUV 54.64 171.66 123.26 -
System Red Green Blue C M Y K H S L
Decimal 48 43 132 0.64 0.67 0 0.48 243.37 0.51 0.34
Hex 30 2B 84 40 43 0 30 F3 33 22
Octal 60 53 204 100 103 0 60 363 63 42
Binary 110000 101011 10000100 1000000 1000011 0 110000 11110011 110011 100010

Color Harmonies of #302B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302B84

Black with #302B84

Text Example


Text Example

White with #302B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,43,132); }

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

background-color css

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

 a { background-color: rgb(48,43,132); }

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

border-color css

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

 span { border-color: rgb(48,43,132); }

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