Html Css Color HEX #303898 Jacksons Purple

📋 copy color: '#303898'

red 48 ◦ green 56 ◦ blue 152

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

Shades of Jacksons Purple #303898

Tints of Jacksons Purple #303898

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.88%

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

R = 18.75%
G = 21.88%
B = 59.38%

CMYK

 C value IS 0.68

 M value IS 0.63

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#303898 (or 0x303898) is known color: Jacksons Purple. HEX triplet: 30, 38 and 98. RGB value is (48,56,152). Sum of RGB (Red+Green+Blue) = 48+56+152=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 152 (59.77% from 255 or 59.38% from 256); Max value from RGB is 152 - color contains mainly: blue. Hex color #303898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303898 is #CFC767. Grayscale: #404040. Windows color (decimal): -13617000 or 9975856. OLE color: 9975856.

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

Color convert

RGB 48 56 152 -
CMYK 0.68 0.63 0 0.40
HSL 235.38º 0.52% 0.39% -
HSV(B) 235.38º 0.68% 0.6% -
XYZ 8.3 5.72 30.37 -
YUV 64.55 177.35 116.19 -
System Red Green Blue C M Y K H S L
Decimal 48 56 152 0.68 0.63 0 0.40 235.38 0.52 0.39
Hex 30 38 98 44 3F 0 28 EB 34 27
Octal 60 70 230 104 77 0 50 353 64 47
Binary 110000 111000 10011000 1000100 111111 0 101000 11101011 110100 100111

Color Harmonies of #303898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303898

Black with #303898

Text Example


Text Example

White with #303898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303898; }

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

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

background-color css

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

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

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

border-color css

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

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

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