Html Css Color HEX #303183 Jacksons Purple

📋 copy color: '#303183'

red 48 ◦ green 49 ◦ blue 131

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

Shades of Jacksons Purple #303183

Tints of Jacksons Purple #303183

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.49%

 BLUE value IS 131 (51.56% from 255) = 57.46%

R = 21.05%
G = 21.49%
B = 57.46%

CMYK

 C value IS 0.63

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#303183 (or 0x303183) is known color: Jacksons Purple. HEX triplet: 30, 31 and 83. RGB value is (48,49,131). Sum of RGB (Red+Green+Blue) = 48+49+131=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 131 (51.56% from 255 or 57.46% from 228); Max value from RGB is 131 - color contains mainly: blue. Hex color #303183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303183 is #CFCE7C. Grayscale: #393939. Windows color (decimal): -13618813 or 8597808. OLE color: 8597808.

HSL color Cylindrical-coordinate representation of color #303183: hue angle of 239.28º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #303183 is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 49 131 -
CMYK 0.63 0.63 0 0.49
HSL 239.28º 0.46% 0.35% -
HSV(B) 239.28º 0.63% 0.51% -
XYZ 6.41 4.46 22 -
YUV 58.05 169.17 120.83 -
System Red Green Blue C M Y K H S L
Decimal 48 49 131 0.63 0.63 0 0.49 239.28 0.46 0.35
Hex 30 31 83 3F 3F 0 31 EF 2E 23
Octal 60 61 203 77 77 0 61 357 56 43
Binary 110000 110001 10000011 111111 111111 0 110001 11101111 101110 100011

Color Harmonies of #303183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303183

Black with #303183

Text Example


Text Example

White with #303183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303183; }

 p { color: rgb(48,49,131); }

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

background-color css

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

 a { background-color: rgb(48,49,131); }

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

border-color css

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

 span { border-color: rgb(48,49,131); }

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