Html Css Color HEX #303891 Jacksons Purple

📋 copy color: '#303891'

red 48 ◦ green 56 ◦ blue 145

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

Shades of Jacksons Purple #303891

Tints of Jacksons Purple #303891

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.49%

 BLUE value IS 145 (57.03% from 255) = 58.23%

R = 19.28%
G = 22.49%
B = 58.23%

CMYK

 C value IS 0.67

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#303891 (or 0x303891) is known color: Jacksons Purple. HEX triplet: 30, 38 and 91. RGB value is (48,56,145). Sum of RGB (Red+Green+Blue) = 48+56+145=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 145 (57.03% from 255 or 58.23% from 249); Max value from RGB is 145 - color contains mainly: blue. Hex color #303891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303891 is #CFC76E. Grayscale: #3F3F3F. Windows color (decimal): -13617007 or 9517104. OLE color: 9517104.

HSL color Cylindrical-coordinate representation of color #303891: hue angle of 235.05º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #303891 is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 56 145 -
CMYK 0.67 0.61 0 0.43
HSL 235.05º 0.5% 0.38% -
HSV(B) 235.05º 0.67% 0.57% -
XYZ 7.74 5.5 27.44 -
YUV 63.75 173.85 116.76 -
System Red Green Blue C M Y K H S L
Decimal 48 56 145 0.67 0.61 0 0.43 235.05 0.5 0.38
Hex 30 38 91 43 3D 0 2B EB 32 26
Octal 60 70 221 103 75 0 53 353 62 46
Binary 110000 111000 10010001 1000011 111101 0 101011 11101011 110010 100110

Color Harmonies of #303891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303891

Black with #303891

Text Example


Text Example

White with #303891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303891; }

 p { color: rgb(48,56,145); }

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

background-color css

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

 a { background-color: rgb(48,56,145); }

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

border-color css

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

 span { border-color: rgb(48,56,145); }

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