Html Css Color HEX #303395 Jacksons Purple

📋 copy color: '#303395'

red 48 ◦ green 51 ◦ blue 149

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

Shades of Jacksons Purple #303395

Tints of Jacksons Purple #303395

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.56%

 BLUE value IS 149 (58.59% from 255) = 60.08%

R = 19.35%
G = 20.56%
B = 60.08%

CMYK

 C value IS 0.68

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#303395 (or 0x303395) is known color: Jacksons Purple. HEX triplet: 30, 33 and 95. RGB value is (48,51,149). Sum of RGB (Red+Green+Blue) = 48+51+149=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #303395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303395 is #CFCC6A. Grayscale: #3C3C3C. Windows color (decimal): -13618283 or 9777968. OLE color: 9777968.

HSL color Cylindrical-coordinate representation of color #303395: hue angle of 238.22º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #303395 is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 51 149 -
CMYK 0.68 0.66 0 0.42
HSL 238.22º 0.51% 0.39% -
HSV(B) 238.22º 0.68% 0.58% -
XYZ 7.83 5.17 29.02 -
YUV 61.28 177.51 118.53 -
System Red Green Blue C M Y K H S L
Decimal 48 51 149 0.68 0.66 0 0.42 238.22 0.51 0.39
Hex 30 33 95 44 42 0 2A EE 33 27
Octal 60 63 225 104 102 0 52 356 63 47
Binary 110000 110011 10010101 1000100 1000010 0 101010 11101110 110011 100111

Color Harmonies of #303395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303395

Black with #303395

Text Example


Text Example

White with #303395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303395; }

 p { color: rgb(48,51,149); }

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

background-color css

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

 a { background-color: rgb(48,51,149); }

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

border-color css

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

 span { border-color: rgb(48,51,149); }

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