Html Css Color HEX #383182 Jacksons Purple

📋 copy color: '#383182'

red 56 ◦ green 49 ◦ blue 130

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

Shades of Jacksons Purple #383182

Tints of Jacksons Purple #383182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 55.32%

R = 23.83%
G = 20.85%
B = 55.32%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#383182 (or 0x383182) is known color: Jacksons Purple. HEX triplet: 38, 31 and 82. RGB value is (56,49,130). Sum of RGB (Red+Green+Blue) = 56+49+130=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #383182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383182 is #C7CE7D. Grayscale: #3C3C3C. Windows color (decimal): -13094526 or 8532280. OLE color: 8532280.

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

Color convert

RGB 56 49 130 -
CMYK 0.57 0.62 0 0.49
HSL 245.19º 0.45% 0.35% -
HSV(B) 245.19º 0.62% 0.51% -
XYZ 6.76 4.65 21.66 -
YUV 60.33 167.32 124.91 -
System Red Green Blue C M Y K H S L
Decimal 56 49 130 0.57 0.62 0 0.49 245.19 0.45 0.35
Hex 38 31 82 39 3E 0 31 F5 2D 23
Octal 70 61 202 71 76 0 61 365 55 43
Binary 111000 110001 10000010 111001 111110 0 110001 11110101 101101 100011

Color Harmonies of #383182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383182

Black with #383182

Text Example


Text Example

White with #383182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383182; }

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

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

background-color css

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

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

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

border-color css

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

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

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