Html Css Color HEX #303692 Jacksons Purple

📋 copy color: '#303692'

red 48 ◦ green 54 ◦ blue 146

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

Shades of Jacksons Purple #303692

Tints of Jacksons Purple #303692

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.77%

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

R = 19.35%
G = 21.77%
B = 58.87%

CMYK

 C value IS 0.67

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#303692 (or 0x303692) is known color: Jacksons Purple. HEX triplet: 30, 36 and 92. RGB value is (48,54,146). Sum of RGB (Red+Green+Blue) = 48+54+146=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #303692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303692 is #CFC96D. Grayscale: #3E3E3E. Windows color (decimal): -13617518 or 9582128. OLE color: 9582128.

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

Color convert

RGB 48 54 146 -
CMYK 0.67 0.63 0 0.43
HSL 236.33º 0.51% 0.38% -
HSV(B) 236.33º 0.67% 0.57% -
XYZ 7.73 5.34 27.82 -
YUV 62.69 175.01 117.52 -
System Red Green Blue C M Y K H S L
Decimal 48 54 146 0.67 0.63 0 0.43 236.33 0.51 0.38
Hex 30 36 92 43 3F 0 2B EC 33 26
Octal 60 66 222 103 77 0 53 354 63 46
Binary 110000 110110 10010010 1000011 111111 0 101011 11101100 110011 100110

Color Harmonies of #303692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303692

Black with #303692

Text Example


Text Example

White with #303692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303692; }

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

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

background-color css

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

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

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

border-color css

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

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

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