Html Css Color HEX #303283 Jacksons Purple

📋 copy color: '#303283'

red 48 ◦ green 50 ◦ blue 131

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

Shades of Jacksons Purple #303283

Tints of Jacksons Purple #303283

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.83%

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

R = 20.96%
G = 21.83%
B = 57.21%

CMYK

 C value IS 0.63

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#303283 (or 0x303283) is known color: Jacksons Purple. HEX triplet: 30, 32 and 83. RGB value is (48,50,131). Sum of RGB (Red+Green+Blue) = 48+50+131=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 131 (51.56% from 255 or 57.21% from 229); Max value from RGB is 131 - color contains mainly: blue. Hex color #303283 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303283 is #CFCD7C. Grayscale: #3A3A3A. Windows color (decimal): -13618557 or 8598064. OLE color: 8598064.

HSL color Cylindrical-coordinate representation of color #303283: hue angle of 238.55º 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 #303283 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 50 131 -
CMYK 0.63 0.62 0 0.49
HSL 238.55º 0.46% 0.35% -
HSV(B) 238.55º 0.63% 0.51% -
XYZ 6.46 4.55 22.01 -
YUV 58.64 168.84 120.41 -
System Red Green Blue C M Y K H S L
Decimal 48 50 131 0.63 0.62 0 0.49 238.55 0.46 0.35
Hex 30 32 83 3F 3E 0 31 EF 2E 23
Octal 60 62 203 77 76 0 61 357 56 43
Binary 110000 110010 10000011 111111 111110 0 110001 11101111 101110 100011

Color Harmonies of #303283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303283

Black with #303283

Text Example


Text Example

White with #303283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303283; }

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

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

background-color css

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

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

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

border-color css

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

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

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