Html Css Color HEX #383378 Jacksons Purple

📋 copy color: '#383378'

red 56 ◦ green 51 ◦ blue 120

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

Shades of Jacksons Purple #383378

Tints of Jacksons Purple #383378

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.47%

 BLUE value IS 120 (47.27% from 255) = 52.86%

R = 24.67%
G = 22.47%
B = 52.86%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#383378 (or 0x383378) is known color: Jacksons Purple. HEX triplet: 38, 33 and 78. RGB value is (56,51,120). Sum of RGB (Red+Green+Blue) = 56+51+120=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #383378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383378 is #C7CC87. Grayscale: #3C3C3C. Windows color (decimal): -13094024 or 7877432. OLE color: 7877432.

HSL color Cylindrical-coordinate representation of color #383378: hue angle of 244.35º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #383378 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 51 120 -
CMYK 0.53 0.58 0 0.53
HSL 244.35º 0.4% 0.34% -
HSV(B) 244.35º 0.58% 0.47% -
XYZ 6.2 4.56 18.32 -
YUV 60.36 161.66 124.89 -
System Red Green Blue C M Y K H S L
Decimal 56 51 120 0.53 0.58 0 0.53 244.35 0.4 0.34
Hex 38 33 78 35 3A 0 35 F4 28 22
Octal 70 63 170 65 72 0 65 364 50 42
Binary 111000 110011 1111000 110101 111010 0 110101 11110100 101000 100010

Color Harmonies of #383378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383378

Black with #383378

Text Example


Text Example

White with #383378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383378; }

 p { color: rgb(56,51,120); }

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

background-color css

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

 a { background-color: rgb(56,51,120); }

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

border-color css

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

 span { border-color: rgb(56,51,120); }

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