Html Css Color HEX #303485 Jacksons Purple

📋 copy color: '#303485'

red 48 ◦ green 52 ◦ blue 133

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

Shades of Jacksons Purple #303485

Tints of Jacksons Purple #303485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.32%

 BLUE value IS 133 (52.34% from 255) = 57.08%

R = 20.6%
G = 22.32%
B = 57.08%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#303485 (or 0x303485) is known color: Jacksons Purple. HEX triplet: 30, 34 and 85. RGB value is (48,52,133). Sum of RGB (Red+Green+Blue) = 48+52+133=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #303485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303485 is #CFCB7A. Grayscale: #3B3B3B. Windows color (decimal): -13618043 or 8729648. OLE color: 8729648.

HSL color Cylindrical-coordinate representation of color #303485: hue angle of 237.18º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #303485 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 52 133 -
CMYK 0.64 0.61 0 0.48
HSL 237.18º 0.47% 0.35% -
HSV(B) 237.18º 0.64% 0.52% -
XYZ 6.68 4.78 22.76 -
YUV 60.04 169.17 119.41 -
System Red Green Blue C M Y K H S L
Decimal 48 52 133 0.64 0.61 0 0.48 237.18 0.47 0.35
Hex 30 34 85 40 3D 0 30 ED 2F 23
Octal 60 64 205 100 75 0 60 355 57 43
Binary 110000 110100 10000101 1000000 111101 0 110000 11101101 101111 100011

Color Harmonies of #303485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303485

Black with #303485

Text Example


Text Example

White with #303485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303485; }

 p { color: rgb(48,52,133); }

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

background-color css

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

 a { background-color: rgb(48,52,133); }

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

border-color css

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

 span { border-color: rgb(48,52,133); }

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