Html Css Color HEX #303C8B Jacksons Purple

📋 copy color: '#303C8B'

red 48 ◦ green 60 ◦ blue 139

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

Shades of Jacksons Purple #303C8B

Tints of Jacksons Purple #303C8B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.29%

 BLUE value IS 139 (54.69% from 255) = 56.28%

R = 19.43%
G = 24.29%
B = 56.28%

CMYK

 C value IS 0.65

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#303C8B (or 0x303C8B) is known color: Jacksons Purple. HEX triplet: 30, 3C and 8B. RGB value is (48,60,139). Sum of RGB (Red+Green+Blue) = 48+60+139=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #303C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303C8B is #CFC374. Grayscale: #414141. Windows color (decimal): -13615989 or 9124912. OLE color: 9124912.

HSL color Cylindrical-coordinate representation of color #303C8B: hue angle of 232.09º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #303C8B is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 60 139 -
CMYK 0.65 0.57 0 0.45
HSL 232.09º 0.49% 0.37% -
HSV(B) 232.09º 0.65% 0.55% -
XYZ 7.49 5.72 25.14 -
YUV 65.42 169.52 115.58 -
System Red Green Blue C M Y K H S L
Decimal 48 60 139 0.65 0.57 0 0.45 232.09 0.49 0.37
Hex 30 3C 8B 41 39 0 2D E8 31 25
Octal 60 74 213 101 71 0 55 350 61 45
Binary 110000 111100 10001011 1000001 111001 0 101101 11101000 110001 100101

Color Harmonies of #303C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303C8B

Black with #303C8B

Text Example


Text Example

White with #303C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303C8B; }

 p { color: rgb(48,60,139); }

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

background-color css

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

 a { background-color: rgb(48,60,139); }

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

border-color css

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

 span { border-color: rgb(48,60,139); }

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