Html Css Color HEX #30288C Jacksons Purple

📋 copy color: '#30288C'

red 48 ◦ green 40 ◦ blue 140

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

Shades of Jacksons Purple #30288C

Tints of Jacksons Purple #30288C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 61.4%

R = 21.05%
G = 17.54%
B = 61.4%

CMYK

 C value IS 0.66

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30288C (or 0x30288C) is known color: Jacksons Purple. HEX triplet: 30, 28 and 8C. RGB value is (48,40,140). Sum of RGB (Red+Green+Blue) = 48+40+140=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 140 (55.08% from 255 or 61.40% from 228); Max value from RGB is 140 - color contains mainly: blue. Hex color #30288C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30288C is #CFD773. Grayscale: #353535. Windows color (decimal): -13621108 or 9185328. OLE color: 9185328.

HSL color Cylindrical-coordinate representation of color #30288C: hue angle of 244.8º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30288C is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 40 140 -
CMYK 0.66 0.71 0 0.45
HSL 244.8º 0.56% 0.35% -
HSV(B) 244.8º 0.71% 0.55% -
XYZ 6.71 4.04 25.24 -
YUV 53.79 176.65 123.87 -
System Red Green Blue C M Y K H S L
Decimal 48 40 140 0.66 0.71 0 0.45 244.8 0.56 0.35
Hex 30 28 8C 42 47 0 2D F5 38 23
Octal 60 50 214 102 107 0 55 365 70 43
Binary 110000 101000 10001100 1000010 1000111 0 101101 11110101 111000 100011

Color Harmonies of #30288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30288C

Black with #30288C

Text Example


Text Example

White with #30288C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30288C; }

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

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

background-color css

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

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

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

border-color css

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

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

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