Html Css Color HEX #383578 Jacksons Purple

📋 copy color: '#383578'

red 56 ◦ green 53 ◦ blue 120

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

Shades of Jacksons Purple #383578

Tints of Jacksons Purple #383578

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.14%

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

R = 24.45%
G = 23.14%
B = 52.4%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#383578 (or 0x383578) is known color: Jacksons Purple. HEX triplet: 38, 35 and 78. RGB value is (56,53,120). Sum of RGB (Red+Green+Blue) = 56+53+120=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #383578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383578 is #C7CA87. Grayscale: #3D3D3D. Windows color (decimal): -13093512 or 7877944. OLE color: 7877944.

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

Color convert

RGB 56 53 120 -
CMYK 0.53 0.56 0 0.53
HSL 242.69º 0.39% 0.34% -
HSV(B) 242.69º 0.56% 0.47% -
XYZ 6.29 4.74 18.35 -
YUV 61.54 160.99 124.05 -
System Red Green Blue C M Y K H S L
Decimal 56 53 120 0.53 0.56 0 0.53 242.69 0.39 0.34
Hex 38 35 78 35 38 0 35 F3 27 22
Octal 70 65 170 65 70 0 65 363 47 42
Binary 111000 110101 1111000 110101 111000 0 110101 11110011 100111 100010

Color Harmonies of #383578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383578

Black with #383578

Text Example


Text Example

White with #383578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383578; }

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

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

background-color css

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

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

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

border-color css

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

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

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