Html Css Color HEX #303698 Jacksons Purple

📋 copy color: '#303698'

red 48 ◦ green 54 ◦ blue 152

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

Shades of Jacksons Purple #303698

Tints of Jacksons Purple #303698

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.26%

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

R = 18.9%
G = 21.26%
B = 59.84%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#303698 (or 0x303698) is known color: Jacksons Purple. HEX triplet: 30, 36 and 98. RGB value is (48,54,152). Sum of RGB (Red+Green+Blue) = 48+54+152=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 152 (59.77% from 255 or 59.84% from 254); Max value from RGB is 152 - color contains mainly: blue. Hex color #303698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303698 is #CFC967. Grayscale: #3E3E3E. Windows color (decimal): -13617512 or 9975344. OLE color: 9975344.

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

Color convert

RGB 48 54 152 -
CMYK 0.68 0.64 0 0.40
HSL 236.54º 0.52% 0.39% -
HSV(B) 236.54º 0.68% 0.6% -
XYZ 8.21 5.53 30.34 -
YUV 63.38 178.01 117.03 -
System Red Green Blue C M Y K H S L
Decimal 48 54 152 0.68 0.64 0 0.40 236.54 0.52 0.39
Hex 30 36 98 44 40 0 28 ED 34 27
Octal 60 66 230 104 100 0 50 355 64 47
Binary 110000 110110 10011000 1000100 1000000 0 101000 11101101 110100 100111

Color Harmonies of #303698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303698

Black with #303698

Text Example


Text Example

White with #303698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303698; }

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

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

background-color css

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

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

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

border-color css

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

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

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