Html Css Color HEX #383775 Jacksons Purple

📋 copy color: '#383775'

red 56 ◦ green 55 ◦ blue 117

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

Shades of Jacksons Purple #383775

Tints of Jacksons Purple #383775

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.12%

 BLUE value IS 117 (46.09% from 255) = 51.32%

R = 24.56%
G = 24.12%
B = 51.32%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#383775 (or 0x383775) is known color: Jacksons Purple. HEX triplet: 38, 37 and 75. RGB value is (56,55,117). Sum of RGB (Red+Green+Blue) = 56+55+117=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #383775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383775 is #C7C88A. Grayscale: #3E3E3E. Windows color (decimal): -13093003 or 7681848. OLE color: 7681848.

HSL color Cylindrical-coordinate representation of color #383775: hue angle of 240.97º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #383775 is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 55 117 -
CMYK 0.52 0.53 0 0.54
HSL 240.97º 0.36% 0.34% -
HSV(B) 240.97º 0.53% 0.46% -
XYZ 6.21 4.86 17.44 -
YUV 62.37 158.83 123.46 -
System Red Green Blue C M Y K H S L
Decimal 56 55 117 0.52 0.53 0 0.54 240.97 0.36 0.34
Hex 38 37 75 34 35 0 36 F1 24 22
Octal 70 67 165 64 65 0 66 361 44 42
Binary 111000 110111 1110101 110100 110101 0 110110 11110001 100100 100010

Color Harmonies of #383775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383775

Black with #383775

Text Example


Text Example

White with #383775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383775; }

 p { color: rgb(56,55,117); }

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

background-color css

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

 a { background-color: rgb(56,55,117); }

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

border-color css

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

 span { border-color: rgb(56,55,117); }

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