Html Css Color HEX #303387 Jacksons Purple

📋 copy color: '#303387'

red 48 ◦ green 51 ◦ blue 135

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

Shades of Jacksons Purple #303387

Tints of Jacksons Purple #303387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 57.69%

R = 20.51%
G = 21.79%
B = 57.69%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#303387 (or 0x303387) is known color: Jacksons Purple. HEX triplet: 30, 33 and 87. RGB value is (48,51,135). Sum of RGB (Red+Green+Blue) = 48+51+135=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 135 (53.12% from 255 or 57.69% from 234); Max value from RGB is 135 - color contains mainly: blue. Hex color #303387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303387 is #CFCC78. Grayscale: #3B3B3B. Windows color (decimal): -13618297 or 8860464. OLE color: 8860464.

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

Color convert

RGB 48 51 135 -
CMYK 0.64 0.62 0 0.47
HSL 237.93º 0.48% 0.36% -
HSV(B) 237.93º 0.64% 0.53% -
XYZ 6.78 4.75 23.48 -
YUV 59.68 170.51 119.67 -
System Red Green Blue C M Y K H S L
Decimal 48 51 135 0.64 0.62 0 0.47 237.93 0.48 0.36
Hex 30 33 87 40 3E 0 2F EE 30 24
Octal 60 63 207 100 76 0 57 356 60 44
Binary 110000 110011 10000111 1000000 111110 0 101111 11101110 110000 100100

Color Harmonies of #303387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303387

Black with #303387

Text Example


Text Example

White with #303387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303387; }

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

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

background-color css

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

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

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

border-color css

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

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

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