Html Css Color HEX #383183 Jacksons Purple

📋 copy color: '#383183'

red 56 ◦ green 49 ◦ blue 131

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

Shades of Jacksons Purple #383183

Tints of Jacksons Purple #383183

RGB

 RED value IS 56 (22.27% from 255) = 23.73%

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

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

R = 23.73%
G = 20.76%
B = 55.51%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#383183 (or 0x383183) is known color: Jacksons Purple. HEX triplet: 38, 31 and 83. RGB value is (56,49,131). Sum of RGB (Red+Green+Blue) = 56+49+131=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 131 (51.56% from 255 or 55.51% from 236); Max value from RGB is 131 - color contains mainly: blue. Hex color #383183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383183 is #C7CE7C. Grayscale: #3C3C3C. Windows color (decimal): -13094525 or 8597816. OLE color: 8597816.

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

Color convert

RGB 56 49 131 -
CMYK 0.57 0.63 0 0.49
HSL 245.12º 0.46% 0.35% -
HSV(B) 245.12º 0.63% 0.51% -
XYZ 6.83 4.68 22.02 -
YUV 60.44 167.82 124.83 -
System Red Green Blue C M Y K H S L
Decimal 56 49 131 0.57 0.63 0 0.49 245.12 0.46 0.35
Hex 38 31 83 39 3F 0 31 F5 2E 23
Octal 70 61 203 71 77 0 61 365 56 43
Binary 111000 110001 10000011 111001 111111 0 110001 11110101 101110 100011

Color Harmonies of #383183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383183

Black with #383183

Text Example


Text Example

White with #383183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383183; }

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

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

background-color css

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

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

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

border-color css

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

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

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