Html Css Color HEX #383680 Jacksons Purple

📋 copy color: '#383680'

red 56 ◦ green 54 ◦ blue 128

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

Shades of Jacksons Purple #383680

Tints of Jacksons Purple #383680

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.69%

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

R = 23.53%
G = 22.69%
B = 53.78%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#383680 (or 0x383680) is known color: Jacksons Purple. HEX triplet: 38, 36 and 80. RGB value is (56,54,128). Sum of RGB (Red+Green+Blue) = 56+54+128=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 128 (50.39% from 255 or 53.78% from 238); Max value from RGB is 128 - color contains mainly: blue. Hex color #383680 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383680 is #C7C97F. Grayscale: #3E3E3E. Windows color (decimal): -13093248 or 8402488. OLE color: 8402488.

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

Color convert

RGB 56 54 128 -
CMYK 0.56 0.58 0 0.50
HSL 241.62º 0.41% 0.36% -
HSV(B) 241.62º 0.58% 0.5% -
XYZ 6.85 5.04 21.03 -
YUV 63.03 164.66 122.98 -
System Red Green Blue C M Y K H S L
Decimal 56 54 128 0.56 0.58 0 0.50 241.62 0.41 0.36
Hex 38 36 80 38 3A 0 32 F2 29 24
Octal 70 66 200 70 72 0 62 362 51 44
Binary 111000 110110 10000000 111000 111010 0 110010 11110010 101001 100100

Color Harmonies of #383680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383680

Black with #383680

Text Example


Text Example

White with #383680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383680; }

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

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

background-color css

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

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

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

border-color css

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

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

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