Html Css Color HEX #383876 Jacksons Purple

📋 copy color: '#383876'

red 56 ◦ green 56 ◦ blue 118

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

Shades of Jacksons Purple #383876

Tints of Jacksons Purple #383876

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.35%

 BLUE value IS 118 (46.48% from 255) = 51.3%

R = 24.35%
G = 24.35%
B = 51.3%

CMYK

 C value IS 0.53

 M value IS 0.53

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#383876 (or 0x383876) is known color: Jacksons Purple. HEX triplet: 38, 38 and 76. RGB value is (56,56,118). Sum of RGB (Red+Green+Blue) = 56+56+118=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #383876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383876 is #C7C789. Grayscale: #3E3E3E. Windows color (decimal): -13092746 or 7747640. OLE color: 7747640.

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

Color convert

RGB 56 56 118 -
CMYK 0.53 0.53 0 0.54
HSL 240º 0.36% 0.34% -
HSV(B) 240º 0.53% 0.46% -
XYZ 6.32 4.98 17.77 -
YUV 63.07 159 122.96 -
System Red Green Blue C M Y K H S L
Decimal 56 56 118 0.53 0.53 0 0.54 240 0.36 0.34
Hex 38 38 76 35 35 0 36 F0 24 22
Octal 70 70 166 65 65 0 66 360 44 42
Binary 111000 111000 1110110 110101 110101 0 110110 11110000 100100 100010

Color Harmonies of #383876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383876

Black with #383876

Text Example


Text Example

White with #383876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383876; }

 p { color: rgb(56,56,118); }

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

background-color css

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

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

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

border-color css

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

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

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