Html Css Color HEX #383D86 Jacksons Purple

📋 copy color: '#383D86'

red 56 ◦ green 61 ◦ blue 134

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

Shades of Jacksons Purple #383D86

Tints of Jacksons Purple #383D86

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.3%

 BLUE value IS 134 (52.73% from 255) = 53.39%

R = 22.31%
G = 24.3%
B = 53.39%

CMYK

 C value IS 0.58

 M value IS 0.54

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#383D86 (or 0x383D86) is known color: Jacksons Purple. HEX triplet: 38, 3D and 86. RGB value is (56,61,134). Sum of RGB (Red+Green+Blue) = 56+61+134=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 134 (52.73% from 255 or 53.39% from 251); Max value from RGB is 134 - color contains mainly: blue. Hex color #383D86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383D86 is #C7C279. Grayscale: #434343. Windows color (decimal): -13091450 or 8797496. OLE color: 8797496.

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

Color convert

RGB 56 61 134 -
CMYK 0.58 0.54 0 0.47
HSL 236.15º 0.41% 0.37% -
HSV(B) 236.15º 0.58% 0.53% -
XYZ 7.6 5.9 23.29 -
YUV 67.83 165.34 119.56 -
System Red Green Blue C M Y K H S L
Decimal 56 61 134 0.58 0.54 0 0.47 236.15 0.41 0.37
Hex 38 3D 86 3A 36 0 2F EC 29 25
Octal 70 75 206 72 66 0 57 354 51 45
Binary 111000 111101 10000110 111010 110110 0 101111 11101100 101001 100101

Color Harmonies of #383D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383D86

Black with #383D86

Text Example


Text Example

White with #383D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,61,134); }

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

background-color css

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

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

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

border-color css

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

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

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