Html Css Color HEX #302888 Jacksons Purple

📋 copy color: '#302888'

red 48 ◦ green 40 ◦ blue 136

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

Shades of Jacksons Purple #302888

Tints of Jacksons Purple #302888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 60.71%

R = 21.43%
G = 17.86%
B = 60.71%

CMYK

 C value IS 0.65

 M value IS 0.71

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#302888 (or 0x302888) is known color: Jacksons Purple. HEX triplet: 30, 28 and 88. RGB value is (48,40,136). Sum of RGB (Red+Green+Blue) = 48+40+136=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 136 (53.52% from 255 or 60.71% from 224); Max value from RGB is 136 - color contains mainly: blue. Hex color #302888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302888 is #CFD777. Grayscale: #343434. Windows color (decimal): -13621112 or 8923184. OLE color: 8923184.

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

Color convert

RGB 48 40 136 -
CMYK 0.65 0.71 0 0.47
HSL 245º 0.55% 0.35% -
HSV(B) 245º 0.71% 0.53% -
XYZ 6.42 3.92 23.71 -
YUV 53.34 174.65 124.19 -
System Red Green Blue C M Y K H S L
Decimal 48 40 136 0.65 0.71 0 0.47 245 0.55 0.35
Hex 30 28 88 41 47 0 2F F5 37 23
Octal 60 50 210 101 107 0 57 365 67 43
Binary 110000 101000 10001000 1000001 1000111 0 101111 11110101 110111 100011

Color Harmonies of #302888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302888

Black with #302888

Text Example


Text Example

White with #302888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302888; }

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

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

background-color css

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

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

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

border-color css

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

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

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