Html Css Color HEX #303892 Jacksons Purple

📋 copy color: '#303892'

red 48 ◦ green 56 ◦ blue 146

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

Shades of Jacksons Purple #303892

Tints of Jacksons Purple #303892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 58.4%

R = 19.2%
G = 22.4%
B = 58.4%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#303892 (or 0x303892) is known color: Jacksons Purple. HEX triplet: 30, 38 and 92. RGB value is (48,56,146). Sum of RGB (Red+Green+Blue) = 48+56+146=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #303892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303892 is #CFC76D. Grayscale: #3F3F3F. Windows color (decimal): -13617006 or 9582640. OLE color: 9582640.

HSL color Cylindrical-coordinate representation of color #303892: hue angle of 235.1º degrees, saturation: 0.51, 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 #303892 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 56 146 -
CMYK 0.67 0.62 0 0.43
HSL 235.1º 0.51% 0.38% -
HSV(B) 235.1º 0.67% 0.57% -
XYZ 7.82 5.53 27.85 -
YUV 63.87 174.35 116.68 -
System Red Green Blue C M Y K H S L
Decimal 48 56 146 0.67 0.62 0 0.43 235.1 0.51 0.38
Hex 30 38 92 43 3E 0 2B EB 33 26
Octal 60 70 222 103 76 0 53 353 63 46
Binary 110000 111000 10010010 1000011 111110 0 101011 11101011 110011 100110

Color Harmonies of #303892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303892

Black with #303892

Text Example


Text Example

White with #303892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303892; }

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

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

background-color css

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

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

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

border-color css

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

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

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