Html Css Color HEX #303696 Jacksons Purple

📋 copy color: '#303696'

red 48 ◦ green 54 ◦ blue 150

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

Shades of Jacksons Purple #303696

Tints of Jacksons Purple #303696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 59.52%

R = 19.05%
G = 21.43%
B = 59.52%

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

#303696 (or 0x303696) is known color: Jacksons Purple. HEX triplet: 30, 36 and 96. RGB value is (48,54,150). Sum of RGB (Red+Green+Blue) = 48+54+150=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 150 (58.98% from 255 or 59.52% from 252); Max value from RGB is 150 - color contains mainly: blue. Hex color #303696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303696 is #CFC969. Grayscale: #3E3E3E. Windows color (decimal): -13617514 or 9844272. OLE color: 9844272.

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

Color convert

RGB 48 54 150 -
CMYK 0.68 0.64 0 0.41
HSL 236.47º 0.52% 0.39% -
HSV(B) 236.47º 0.68% 0.59% -
XYZ 8.04 5.47 29.49 -
YUV 63.15 177.01 117.19 -
System Red Green Blue C M Y K H S L
Decimal 48 54 150 0.68 0.64 0 0.41 236.47 0.52 0.39
Hex 30 36 96 44 40 0 29 EC 34 27
Octal 60 66 226 104 100 0 51 354 64 47
Binary 110000 110110 10010110 1000100 1000000 0 101001 11101100 110100 100111

Color Harmonies of #303696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303696

Black with #303696

Text Example


Text Example

White with #303696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303696; }

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

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

background-color css

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

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

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

border-color css

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

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

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