Html Css Color HEX #30378B Jacksons Purple

📋 copy color: '#30378B'

red 48 ◦ green 55 ◦ blue 139

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

Shades of Jacksons Purple #30378B

Tints of Jacksons Purple #30378B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 57.44%

R = 19.83%
G = 22.73%
B = 57.44%

CMYK

 C value IS 0.65

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30378B (or 0x30378B) is known color: Jacksons Purple. HEX triplet: 30, 37 and 8B. RGB value is (48,55,139). Sum of RGB (Red+Green+Blue) = 48+55+139=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 139 (54.69% from 255 or 57.44% from 242); Max value from RGB is 139 - color contains mainly: blue. Hex color #30378B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30378B is #CFC874. Grayscale: #3E3E3E. Windows color (decimal): -13617269 or 9123632. OLE color: 9123632.

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

Color convert

RGB 48 55 139 -
CMYK 0.65 0.60 0 0.45
HSL 235.38º 0.49% 0.37% -
HSV(B) 235.38º 0.65% 0.55% -
XYZ 7.25 5.22 25.05 -
YUV 62.48 171.18 117.67 -
System Red Green Blue C M Y K H S L
Decimal 48 55 139 0.65 0.60 0 0.45 235.38 0.49 0.37
Hex 30 37 8B 41 3C 0 2D EB 31 25
Octal 60 67 213 101 74 0 55 353 61 45
Binary 110000 110111 10001011 1000001 111100 0 101101 11101011 110001 100101

Color Harmonies of #30378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30378B

Black with #30378B

Text Example


Text Example

White with #30378B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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