Html Css Color HEX #303292 Jacksons Purple

📋 copy color: '#303292'

red 48 ◦ green 50 ◦ blue 146

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

Shades of Jacksons Purple #303292

Tints of Jacksons Purple #303292

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.49%

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

R = 19.67%
G = 20.49%
B = 59.84%

CMYK

 C value IS 0.67

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#303292 (or 0x303292) is known color: Jacksons Purple. HEX triplet: 30, 32 and 92. RGB value is (48,50,146). Sum of RGB (Red+Green+Blue) = 48+50+146=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 146 (57.42% from 255 or 59.84% from 244); Max value from RGB is 146 - color contains mainly: blue. Hex color #303292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303292 is #CFCD6D. Grayscale: #3B3B3B. Windows color (decimal): -13618542 or 9581104. OLE color: 9581104.

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

Color convert

RGB 48 50 146 -
CMYK 0.67 0.66 0 0.43
HSL 238.78º 0.51% 0.38% -
HSV(B) 238.78º 0.67% 0.57% -
XYZ 7.55 4.98 27.76 -
YUV 60.35 176.34 119.19 -
System Red Green Blue C M Y K H S L
Decimal 48 50 146 0.67 0.66 0 0.43 238.78 0.51 0.38
Hex 30 32 92 43 42 0 2B EF 33 26
Octal 60 62 222 103 102 0 53 357 63 46
Binary 110000 110010 10010010 1000011 1000010 0 101011 11101111 110011 100110

Color Harmonies of #303292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303292

Black with #303292

Text Example


Text Example

White with #303292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303292; }

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

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

background-color css

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

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

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

border-color css

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

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

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