Html Css Color HEX #383187 Jacksons Purple

📋 copy color: '#383187'

red 56 ◦ green 49 ◦ blue 135

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

Shades of Jacksons Purple #383187

Tints of Jacksons Purple #383187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 56.25%

R = 23.33%
G = 20.42%
B = 56.25%

CMYK

 C value IS 0.59

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#383187 (or 0x383187) is known color: Jacksons Purple. HEX triplet: 38, 31 and 87. RGB value is (56,49,135). Sum of RGB (Red+Green+Blue) = 56+49+135=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #383187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383187 is #C7CE78. Grayscale: #3C3C3C. Windows color (decimal): -13094521 or 8859960. OLE color: 8859960.

HSL color Cylindrical-coordinate representation of color #383187: hue angle of 244.88º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #383187 is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 49 135 -
CMYK 0.59 0.64 0 0.47
HSL 244.88º 0.47% 0.36% -
HSV(B) 244.88º 0.64% 0.53% -
XYZ 7.1 4.79 23.47 -
YUV 60.9 169.82 124.51 -
System Red Green Blue C M Y K H S L
Decimal 56 49 135 0.59 0.64 0 0.47 244.88 0.47 0.36
Hex 38 31 87 3B 40 0 2F F5 2F 24
Octal 70 61 207 73 100 0 57 365 57 44
Binary 111000 110001 10000111 111011 1000000 0 101111 11110101 101111 100100

Color Harmonies of #383187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383187

Black with #383187

Text Example


Text Example

White with #383187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383187; }

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

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

background-color css

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

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

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

border-color css

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

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

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