Html Css Color HEX #383C80 Jacksons Purple

📋 copy color: '#383C80'

red 56 ◦ green 60 ◦ blue 128

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

Shades of Jacksons Purple #383C80

Tints of Jacksons Purple #383C80

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.59%

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

R = 22.95%
G = 24.59%
B = 52.46%

CMYK

 C value IS 0.56

 M value IS 0.53

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#383C80 (or 0x383C80) is known color: Jacksons Purple. HEX triplet: 38, 3C and 80. RGB value is (56,60,128). Sum of RGB (Red+Green+Blue) = 56+60+128=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #383C80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383C80 is #C7C37F. Grayscale: #424242. Windows color (decimal): -13091712 or 8404024. OLE color: 8404024.

HSL color Cylindrical-coordinate representation of color #383C80: hue angle of 236.67º 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 #383C80 is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 60 128 -
CMYK 0.56 0.53 0 0.50
HSL 236.67º 0.39% 0.36% -
HSV(B) 236.67º 0.56% 0.5% -
XYZ 7.14 5.63 21.13 -
YUV 66.56 162.67 120.47 -
System Red Green Blue C M Y K H S L
Decimal 56 60 128 0.56 0.53 0 0.50 236.67 0.39 0.36
Hex 38 3C 80 38 35 0 32 ED 27 24
Octal 70 74 200 70 65 0 62 355 47 44
Binary 111000 111100 10000000 111000 110101 0 110010 11101101 100111 100100

Color Harmonies of #383C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383C80

Black with #383C80

Text Example


Text Example

White with #383C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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