Html Css Color HEX #303998 Jacksons Purple

📋 copy color: '#303998'

red 48 ◦ green 57 ◦ blue 152

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

Shades of Jacksons Purple #303998

Tints of Jacksons Purple #303998

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.18%

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

R = 18.68%
G = 22.18%
B = 59.14%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#303998 (or 0x303998) is known color: Jacksons Purple. HEX triplet: 30, 39 and 98. RGB value is (48,57,152). Sum of RGB (Red+Green+Blue) = 48+57+152=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #303998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303998 is #CFC667. Grayscale: #404040. Windows color (decimal): -13616744 or 9976112. OLE color: 9976112.

HSL color Cylindrical-coordinate representation of color #303998: hue angle of 234.81º 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 #303998 is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 48 57 152 -
CMYK 0.68 0.62 0 0.40
HSL 234.81º 0.52% 0.39% -
HSV(B) 234.81º 0.68% 0.6% -
XYZ 8.35 5.82 30.39 -
YUV 65.14 177.02 115.78 -
System Red Green Blue C M Y K H S L
Decimal 48 57 152 0.68 0.62 0 0.40 234.81 0.52 0.39
Hex 30 39 98 44 3E 0 28 EB 34 27
Octal 60 71 230 104 76 0 50 353 64 47
Binary 110000 111001 10011000 1000100 111110 0 101000 11101011 110100 100111

Color Harmonies of #303998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303998

Black with #303998

Text Example


Text Example

White with #303998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303998; }

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

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

background-color css

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

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

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

border-color css

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

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

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