Html Css Color HEX #303385 Jacksons Purple

📋 copy color: '#303385'

red 48 ◦ green 51 ◦ blue 133

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

Shades of Jacksons Purple #303385

Tints of Jacksons Purple #303385

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.98%

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

R = 20.69%
G = 21.98%
B = 57.33%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#303385 (or 0x303385) is known color: Jacksons Purple. HEX triplet: 30, 33 and 85. RGB value is (48,51,133). Sum of RGB (Red+Green+Blue) = 48+51+133=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 133 (52.34% from 255 or 57.33% from 232); Max value from RGB is 133 - color contains mainly: blue. Hex color #303385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303385 is #CFCC7A. Grayscale: #3B3B3B. Windows color (decimal): -13618299 or 8729392. OLE color: 8729392.

HSL color Cylindrical-coordinate representation of color #303385: hue angle of 237.88º 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 #303385 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 51 133 -
CMYK 0.64 0.62 0 0.48
HSL 237.88º 0.47% 0.35% -
HSV(B) 237.88º 0.64% 0.52% -
XYZ 6.64 4.69 22.75 -
YUV 59.45 169.51 119.83 -
System Red Green Blue C M Y K H S L
Decimal 48 51 133 0.64 0.62 0 0.48 237.88 0.47 0.35
Hex 30 33 85 40 3E 0 30 EE 2F 23
Octal 60 63 205 100 76 0 60 356 57 43
Binary 110000 110011 10000101 1000000 111110 0 110000 11101110 101111 100011

Color Harmonies of #303385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303385

Black with #303385

Text Example


Text Example

White with #303385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303385; }

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

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

background-color css

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

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

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

border-color css

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

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

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