Html Css Color HEX #30379B Jacksons Purple

📋 copy color: '#30379B'

red 48 ◦ green 55 ◦ blue 155

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

Shades of Jacksons Purple #30379B

Tints of Jacksons Purple #30379B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 60.08%

R = 18.6%
G = 21.32%
B = 60.08%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30379B (or 0x30379B) is known color: Jacksons Purple. HEX triplet: 30, 37 and 9B. RGB value is (48,55,155). Sum of RGB (Red+Green+Blue) = 48+55+155=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #30379B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30379B is #CFC864. Grayscale: #3F3F3F. Windows color (decimal): -13617253 or 10172208. OLE color: 10172208.

HSL color Cylindrical-coordinate representation of color #30379B: hue angle of 236.07º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30379B is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 55 155 -
CMYK 0.69 0.65 0 0.39
HSL 236.07º 0.53% 0.4% -
HSV(B) 236.07º 0.69% 0.61% -
XYZ 8.5 5.73 31.67 -
YUV 64.31 179.18 116.37 -
System Red Green Blue C M Y K H S L
Decimal 48 55 155 0.69 0.65 0 0.39 236.07 0.53 0.4
Hex 30 37 9B 45 41 0 27 EC 35 28
Octal 60 67 233 105 101 0 47 354 65 50
Binary 110000 110111 10011011 1000101 1000001 0 100111 11101100 110101 101000

Color Harmonies of #30379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30379B

Black with #30379B

Text Example


Text Example

White with #30379B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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