Html Css Color HEX #302C84 Jacksons Purple

📋 copy color: '#302C84'

red 48 ◦ green 44 ◦ blue 132

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

Shades of Jacksons Purple #302C84

Tints of Jacksons Purple #302C84

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.64%

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

R = 21.43%
G = 19.64%
B = 58.93%

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

#302C84 (or 0x302C84) is known color: Jacksons Purple. HEX triplet: 30, 2C and 84. RGB value is (48,44,132). Sum of RGB (Red+Green+Blue) = 48+44+132=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 132 (51.95% from 255 or 58.93% from 224); Max value from RGB is 132 - color contains mainly: blue. Hex color #302C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302C84 is #CFD37B. Grayscale: #363636. Windows color (decimal): -13620092 or 8662064. OLE color: 8662064.

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

Color convert

RGB 48 44 132 -
CMYK 0.64 0.67 0 0.48
HSL 242.73º 0.5% 0.35% -
HSV(B) 242.73º 0.67% 0.52% -
XYZ 6.28 4.1 22.29 -
YUV 55.23 171.33 122.84 -
System Red Green Blue C M Y K H S L
Decimal 48 44 132 0.64 0.67 0 0.48 242.73 0.5 0.35
Hex 30 2C 84 40 43 0 30 F3 32 23
Octal 60 54 204 100 103 0 60 363 62 43
Binary 110000 101100 10000100 1000000 1000011 0 110000 11110011 110010 100011

Color Harmonies of #302C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302C84

Black with #302C84

Text Example


Text Example

White with #302C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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