Html Css Color HEX #303A8B Jacksons Purple

📋 copy color: '#303A8B'

red 48 ◦ green 58 ◦ blue 139

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

Shades of Jacksons Purple #303A8B

Tints of Jacksons Purple #303A8B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.67%

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

R = 19.59%
G = 23.67%
B = 56.73%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#303A8B (or 0x303A8B) is known color: Jacksons Purple. HEX triplet: 30, 3A and 8B. RGB value is (48,58,139). Sum of RGB (Red+Green+Blue) = 48+58+139=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #303A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303A8B is #CFC574. Grayscale: #3F3F3F. Windows color (decimal): -13616501 or 9124400. OLE color: 9124400.

HSL color Cylindrical-coordinate representation of color #303A8B: hue angle of 233.41º 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 #303A8B is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 58 139 -
CMYK 0.65 0.58 0 0.45
HSL 233.41º 0.49% 0.37% -
HSV(B) 233.41º 0.65% 0.55% -
XYZ 7.39 5.52 25.1 -
YUV 64.24 170.19 116.41 -
System Red Green Blue C M Y K H S L
Decimal 48 58 139 0.65 0.58 0 0.45 233.41 0.49 0.37
Hex 30 3A 8B 41 3A 0 2D E9 31 25
Octal 60 72 213 101 72 0 55 351 61 45
Binary 110000 111010 10001011 1000001 111010 0 101101 11101001 110001 100101

Color Harmonies of #303A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303A8B

Black with #303A8B

Text Example


Text Example

White with #303A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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