Html Css Color HEX #303598 Jacksons Purple

📋 copy color: '#303598'

red 48 ◦ green 53 ◦ blue 152

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

Shades of Jacksons Purple #303598

Tints of Jacksons Purple #303598

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.95%

 BLUE value IS 152 (59.77% from 255) = 60.08%

R = 18.97%
G = 20.95%
B = 60.08%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#303598 (or 0x303598) is known color: Jacksons Purple. HEX triplet: 30, 35 and 98. RGB value is (48,53,152). Sum of RGB (Red+Green+Blue) = 48+53+152=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 152 (59.77% from 255 or 60.08% from 253); Max value from RGB is 152 - color contains mainly: blue. Hex color #303598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303598 is #CFCA67. Grayscale: #3E3E3E. Windows color (decimal): -13617768 or 9975088. OLE color: 9975088.

HSL color Cylindrical-coordinate representation of color #303598: hue angle of 237.12º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #303598 is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 48 53 152 -
CMYK 0.68 0.65 0 0.40
HSL 237.12º 0.52% 0.39% -
HSV(B) 237.12º 0.68% 0.6% -
XYZ 8.16 5.44 30.33 -
YUV 62.79 178.34 117.45 -
System Red Green Blue C M Y K H S L
Decimal 48 53 152 0.68 0.65 0 0.40 237.12 0.52 0.39
Hex 30 35 98 44 41 0 28 ED 34 27
Octal 60 65 230 104 101 0 50 355 64 47
Binary 110000 110101 10011000 1000100 1000001 0 101000 11101101 110100 100111

Color Harmonies of #303598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303598

Black with #303598

Text Example


Text Example

White with #303598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303598; }

 p { color: rgb(48,53,152); }

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

background-color css

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

 a { background-color: rgb(48,53,152); }

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

border-color css

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

 span { border-color: rgb(48,53,152); }

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