Html Css Color HEX #303697 Jacksons Purple

📋 copy color: '#303697'

red 48 ◦ green 54 ◦ blue 151

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

Shades of Jacksons Purple #303697

Tints of Jacksons Purple #303697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 59.68%

R = 18.97%
G = 21.34%
B = 59.68%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#303697 (or 0x303697) is known color: Jacksons Purple. HEX triplet: 30, 36 and 97. RGB value is (48,54,151). Sum of RGB (Red+Green+Blue) = 48+54+151=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 151 (59.38% from 255 or 59.68% from 253); Max value from RGB is 151 - color contains mainly: blue. Hex color #303697 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303697 is #CFC968. Grayscale: #3E3E3E. Windows color (decimal): -13617513 or 9909808. OLE color: 9909808.

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

Color convert

RGB 48 54 151 -
CMYK 0.68 0.64 0 0.41
HSL 236.5º 0.52% 0.39% -
HSV(B) 236.5º 0.68% 0.59% -
XYZ 8.12 5.5 29.91 -
YUV 63.26 177.51 117.11 -
System Red Green Blue C M Y K H S L
Decimal 48 54 151 0.68 0.64 0 0.41 236.5 0.52 0.39
Hex 30 36 97 44 40 0 29 ED 34 27
Octal 60 66 227 104 100 0 51 355 64 47
Binary 110000 110110 10010111 1000100 1000000 0 101001 11101101 110100 100111

Color Harmonies of #303697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303697

Black with #303697

Text Example


Text Example

White with #303697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303697; }

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

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

background-color css

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

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

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

border-color css

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

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

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