Html Css Color HEX #30378F Jacksons Purple

📋 copy color: '#30378F'

red 48 ◦ green 55 ◦ blue 143

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

Shades of Jacksons Purple #30378F

Tints of Jacksons Purple #30378F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 58.13%

R = 19.51%
G = 22.36%
B = 58.13%

CMYK

 C value IS 0.66

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#30378F (or 0x30378F) is known color: Jacksons Purple. HEX triplet: 30, 37 and 8F. RGB value is (48,55,143). Sum of RGB (Red+Green+Blue) = 48+55+143=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 143 (56.25% from 255 or 58.13% from 246); Max value from RGB is 143 - color contains mainly: blue. Hex color #30378F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30378F is #CFC870. Grayscale: #3E3E3E. Windows color (decimal): -13617265 or 9385776. OLE color: 9385776.

HSL color Cylindrical-coordinate representation of color #30378F: hue angle of 235.58º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30378F is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 55 143 -
CMYK 0.66 0.62 0 0.44
HSL 235.58º 0.5% 0.37% -
HSV(B) 235.58º 0.66% 0.56% -
XYZ 7.54 5.34 26.62 -
YUV 62.94 173.18 117.34 -
System Red Green Blue C M Y K H S L
Decimal 48 55 143 0.66 0.62 0 0.44 235.58 0.5 0.37
Hex 30 37 8F 42 3E 0 2C EC 32 25
Octal 60 67 217 102 76 0 54 354 62 45
Binary 110000 110111 10001111 1000010 111110 0 101100 11101100 110010 100101

Color Harmonies of #30378F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30378F

Black with #30378F

Text Example


Text Example

White with #30378F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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