Html Css Color HEX #383980 Jacksons Purple

📋 copy color: '#383980'

red 56 ◦ green 57 ◦ blue 128

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

Shades of Jacksons Purple #383980

Tints of Jacksons Purple #383980

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.65%

 BLUE value IS 128 (50.39% from 255) = 53.11%

R = 23.24%
G = 23.65%
B = 53.11%

CMYK

 C value IS 0.56

 M value IS 0.55

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#383980 (or 0x383980) is known color: Jacksons Purple. HEX triplet: 38, 39 and 80. RGB value is (56,57,128). Sum of RGB (Red+Green+Blue) = 56+57+128=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 128 (50.39% from 255 or 53.11% from 241); Max value from RGB is 128 - color contains mainly: blue. Hex color #383980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383980 is #C7C67F. Grayscale: #404040. Windows color (decimal): -13092480 or 8403256. OLE color: 8403256.

HSL color Cylindrical-coordinate representation of color #383980: hue angle of 239.17º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #383980 is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 57 128 -
CMYK 0.56 0.55 0 0.50
HSL 239.17º 0.39% 0.36% -
HSV(B) 239.17º 0.56% 0.5% -
XYZ 6.99 5.33 21.08 -
YUV 64.8 163.67 121.73 -
System Red Green Blue C M Y K H S L
Decimal 56 57 128 0.56 0.55 0 0.50 239.17 0.39 0.36
Hex 38 39 80 38 37 0 32 EF 27 24
Octal 70 71 200 70 67 0 62 357 47 44
Binary 111000 111001 10000000 111000 110111 0 110010 11101111 100111 100100

Color Harmonies of #383980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383980

Black with #383980

Text Example


Text Example

White with #383980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383980; }

 p { color: rgb(56,57,128); }

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

background-color css

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

 a { background-color: rgb(56,57,128); }

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

border-color css

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

 span { border-color: rgb(56,57,128); }

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