Html Css Color HEX #383E87 Jacksons Purple

📋 copy color: '#383E87'

red 56 ◦ green 62 ◦ blue 135

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

Shades of Jacksons Purple #383E87

Tints of Jacksons Purple #383E87

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.51%

 BLUE value IS 135 (53.13% from 255) = 53.36%

R = 22.13%
G = 24.51%
B = 53.36%

CMYK

 C value IS 0.59

 M value IS 0.54

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#383E87 (or 0x383E87) is known color: Jacksons Purple. HEX triplet: 38, 3E and 87. RGB value is (56,62,135). Sum of RGB (Red+Green+Blue) = 56+62+135=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 62 (24.61% from 255 or 24.51% from 253); Blue value is 135 (53.12% from 255 or 53.36% from 253); Max value from RGB is 135 - color contains mainly: blue. Hex color #383E87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383E87 is #C7C178. Grayscale: #444444. Windows color (decimal): -13091193 or 8863288. OLE color: 8863288.

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

Color convert

RGB 56 62 135 -
CMYK 0.59 0.54 0 0.47
HSL 235.44º 0.41% 0.37% -
HSV(B) 235.44º 0.59% 0.53% -
XYZ 7.73 6.04 23.68 -
YUV 68.53 165.51 119.06 -
System Red Green Blue C M Y K H S L
Decimal 56 62 135 0.59 0.54 0 0.47 235.44 0.41 0.37
Hex 38 3E 87 3B 36 0 2F EB 29 25
Octal 70 76 207 73 66 0 57 353 51 45
Binary 111000 111110 10000111 111011 110110 0 101111 11101011 101001 100101

Color Harmonies of #383E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383E87

Black with #383E87

Text Example


Text Example

White with #383E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383E87; }

 p { color: rgb(56,62,135); }

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

background-color css

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

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

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

border-color css

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

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

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