Html Css Color HEX #30378C Jacksons Purple

📋 copy color: '#30378C'

red 48 ◦ green 55 ◦ blue 140

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

Shades of Jacksons Purple #30378C

Tints of Jacksons Purple #30378C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.63%

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

R = 19.75%
G = 22.63%
B = 57.61%

CMYK

 C value IS 0.66

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30378C (or 0x30378C) is known color: Jacksons Purple. HEX triplet: 30, 37 and 8C. RGB value is (48,55,140). Sum of RGB (Red+Green+Blue) = 48+55+140=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 140 (55.08% from 255 or 57.61% from 243); Max value from RGB is 140 - color contains mainly: blue. Hex color #30378C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30378C is #CFC873. Grayscale: #3E3E3E. Windows color (decimal): -13617268 or 9189168. OLE color: 9189168.

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

Color convert

RGB 48 55 140 -
CMYK 0.66 0.61 0 0.45
HSL 235.43º 0.49% 0.37% -
HSV(B) 235.43º 0.66% 0.55% -
XYZ 7.32 5.25 25.44 -
YUV 62.6 171.68 117.59 -
System Red Green Blue C M Y K H S L
Decimal 48 55 140 0.66 0.61 0 0.45 235.43 0.49 0.37
Hex 30 37 8C 42 3D 0 2D EB 31 25
Octal 60 67 214 102 75 0 55 353 61 45
Binary 110000 110111 10001100 1000010 111101 0 101101 11101011 110001 100101

Color Harmonies of #30378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30378C

Black with #30378C

Text Example


Text Example

White with #30378C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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