Html Css Color HEX #383788 Jacksons Purple

📋 copy color: '#383788'

red 56 ◦ green 55 ◦ blue 136

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

Shades of Jacksons Purple #383788

Tints of Jacksons Purple #383788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 55.06%

R = 22.67%
G = 22.27%
B = 55.06%

CMYK

 C value IS 0.59

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#383788 (or 0x383788) is known color: Jacksons Purple. HEX triplet: 38, 37 and 88. RGB value is (56,55,136). Sum of RGB (Red+Green+Blue) = 56+55+136=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 136 (53.52% from 255 or 55.06% from 247); Max value from RGB is 136 - color contains mainly: blue. Hex color #383788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383788 is #C7C877. Grayscale: #404040. Windows color (decimal): -13092984 or 8927032. OLE color: 8927032.

HSL color Cylindrical-coordinate representation of color #383788: hue angle of 240.74º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #383788 is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 55 136 -
CMYK 0.59 0.60 0 0.47
HSL 240.74º 0.42% 0.37% -
HSV(B) 240.74º 0.6% 0.53% -
XYZ 7.44 5.35 23.93 -
YUV 64.53 168.33 121.91 -
System Red Green Blue C M Y K H S L
Decimal 56 55 136 0.59 0.60 0 0.47 240.74 0.42 0.37
Hex 38 37 88 3B 3C 0 2F F1 2A 25
Octal 70 67 210 73 74 0 57 361 52 45
Binary 111000 110111 10001000 111011 111100 0 101111 11110001 101010 100101

Color Harmonies of #383788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383788

Black with #383788

Text Example


Text Example

White with #383788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383788; }

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

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

background-color css

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

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

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

border-color css

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

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

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