Html Css Color HEX #30278C Jacksons Purple

📋 copy color: '#30278C'

red 48 ◦ green 39 ◦ blue 140

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

Shades of Jacksons Purple #30278C

Tints of Jacksons Purple #30278C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.18%

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

R = 21.15%
G = 17.18%
B = 61.67%

CMYK

 C value IS 0.66

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30278C (or 0x30278C) is known color: Jacksons Purple. HEX triplet: 30, 27 and 8C. RGB value is (48,39,140). Sum of RGB (Red+Green+Blue) = 48+39+140=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 140 (55.08% from 255 or 61.67% from 227); Max value from RGB is 140 - color contains mainly: blue. Hex color #30278C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30278C is #CFD873. Grayscale: #343434. Windows color (decimal): -13621364 or 9185072. OLE color: 9185072.

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

Color convert

RGB 48 39 140 -
CMYK 0.66 0.72 0 0.45
HSL 245.35º 0.56% 0.35% -
HSV(B) 245.35º 0.72% 0.55% -
XYZ 6.68 3.97 25.23 -
YUV 53.21 176.98 124.29 -
System Red Green Blue C M Y K H S L
Decimal 48 39 140 0.66 0.72 0 0.45 245.35 0.56 0.35
Hex 30 27 8C 42 48 0 2D F5 38 23
Octal 60 47 214 102 110 0 55 365 70 43
Binary 110000 100111 10001100 1000010 1001000 0 101101 11110101 111000 100011

Color Harmonies of #30278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30278C

Black with #30278C

Text Example


Text Example

White with #30278C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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