Html Css Color HEX #303397 Jacksons Purple

📋 copy color: '#303397'

red 48 ◦ green 51 ◦ blue 151

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

Shades of Jacksons Purple #303397

Tints of Jacksons Purple #303397

RGB

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

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

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

R = 19.2%
G = 20.4%
B = 60.4%

CMYK

 C value IS 0.68

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#303397 (or 0x303397) is known color: Jacksons Purple. HEX triplet: 30, 33 and 97. RGB value is (48,51,151). Sum of RGB (Red+Green+Blue) = 48+51+151=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 151 (59.38% from 255 or 60.4% from 250); Max value from RGB is 151 - color contains mainly: blue. Hex color #303397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303397 is #CFCC68. Grayscale: #3D3D3D. Windows color (decimal): -13618281 or 9909040. OLE color: 9909040.

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

Color convert

RGB 48 51 151 -
CMYK 0.68 0.66 0 0.41
HSL 238.25º 0.52% 0.39% -
HSV(B) 238.25º 0.68% 0.59% -
XYZ 7.99 5.23 29.87 -
YUV 61.5 178.51 118.37 -
System Red Green Blue C M Y K H S L
Decimal 48 51 151 0.68 0.66 0 0.41 238.25 0.52 0.39
Hex 30 33 97 44 42 0 29 EE 34 27
Octal 60 63 227 104 102 0 51 356 64 47
Binary 110000 110011 10010111 1000100 1000010 0 101001 11101110 110100 100111

Color Harmonies of #303397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303397

Black with #303397

Text Example


Text Example

White with #303397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303397; }

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

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

background-color css

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

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

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

border-color css

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

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

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