Html Css Color HEX #383789 Jacksons Purple

📋 copy color: '#383789'

red 56 ◦ green 55 ◦ blue 137

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

Shades of Jacksons Purple #383789

Tints of Jacksons Purple #383789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 55.24%

R = 22.58%
G = 22.18%
B = 55.24%

CMYK

 C value IS 0.59

 M value IS 0.60

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#383789 (or 0x383789) is known color: Jacksons Purple. HEX triplet: 38, 37 and 89. RGB value is (56,55,137). Sum of RGB (Red+Green+Blue) = 56+55+137=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 137 (53.91% from 255 or 55.24% from 248); Max value from RGB is 137 - color contains mainly: blue. Hex color #383789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383789 is #C7C876. Grayscale: #404040. Windows color (decimal): -13092983 or 8992568. OLE color: 8992568.

HSL color Cylindrical-coordinate representation of color #383789: hue angle of 240.73º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #383789 is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 55 137 -
CMYK 0.59 0.60 0 0.46
HSL 240.73º 0.43% 0.38% -
HSV(B) 240.73º 0.6% 0.54% -
XYZ 7.51 5.38 24.31 -
YUV 64.65 168.83 121.83 -
System Red Green Blue C M Y K H S L
Decimal 56 55 137 0.59 0.60 0 0.46 240.73 0.43 0.38
Hex 38 37 89 3B 3C 0 2E F1 2B 26
Octal 70 67 211 73 74 0 56 361 53 46
Binary 111000 110111 10001001 111011 111100 0 101110 11110001 101011 100110

Color Harmonies of #383789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383789

Black with #383789

Text Example


Text Example

White with #383789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383789; }

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

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

background-color css

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

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

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

border-color css

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

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

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