Html Css Color HEX #303C8E Jacksons Purple

📋 copy color: '#303C8E'

red 48 ◦ green 60 ◦ blue 142

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

Shades of Jacksons Purple #303C8E

Tints of Jacksons Purple #303C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 56.8%

R = 19.2%
G = 24%
B = 56.8%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#303C8E (or 0x303C8E) is known color: Jacksons Purple. HEX triplet: 30, 3C and 8E. RGB value is (48,60,142). Sum of RGB (Red+Green+Blue) = 48+60+142=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 142 (55.86% from 255 or 56.8% from 250); Max value from RGB is 142 - color contains mainly: blue. Hex color #303C8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303C8E is #CFC371. Grayscale: #414141. Windows color (decimal): -13615986 or 9321520. OLE color: 9321520.

HSL color Cylindrical-coordinate representation of color #303C8E: hue angle of 232.34º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #303C8E is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 60 142 -
CMYK 0.66 0.58 0 0.44
HSL 232.34º 0.49% 0.37% -
HSV(B) 232.34º 0.66% 0.56% -
XYZ 7.72 5.81 26.31 -
YUV 65.76 171.02 115.33 -
System Red Green Blue C M Y K H S L
Decimal 48 60 142 0.66 0.58 0 0.44 232.34 0.49 0.37
Hex 30 3C 8E 42 3A 0 2C E8 31 25
Octal 60 74 216 102 72 0 54 350 61 45
Binary 110000 111100 10001110 1000010 111010 0 101100 11101000 110001 100101

Color Harmonies of #303C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303C8E

Black with #303C8E

Text Example


Text Example

White with #303C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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