Html Css Color HEX #383F86 Jacksons Purple

📋 copy color: '#383F86'

red 56 ◦ green 63 ◦ blue 134

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

Shades of Jacksons Purple #383F86

Tints of Jacksons Purple #383F86

RGB

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

 GREEN value IS 63 (25% from 255) = 24.9%

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

R = 22.13%
G = 24.9%
B = 52.96%

CMYK

 C value IS 0.58

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#383F86 (or 0x383F86) is known color: Jacksons Purple. HEX triplet: 38, 3F and 86. RGB value is (56,63,134). Sum of RGB (Red+Green+Blue) = 56+63+134=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 134 (52.73% from 255 or 52.96% from 253); Max value from RGB is 134 - color contains mainly: blue. Hex color #383F86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383F86 is #C7C079. Grayscale: #444444. Windows color (decimal): -13090938 or 8798008. OLE color: 8798008.

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

Color convert

RGB 56 63 134 -
CMYK 0.58 0.53 0 0.47
HSL 234.62º 0.41% 0.37% -
HSV(B) 234.62º 0.58% 0.53% -
XYZ 7.71 6.12 23.33 -
YUV 69 164.68 118.73 -
System Red Green Blue C M Y K H S L
Decimal 56 63 134 0.58 0.53 0 0.47 234.62 0.41 0.37
Hex 38 3F 86 3A 35 0 2F EB 29 25
Octal 70 77 206 72 65 0 57 353 51 45
Binary 111000 111111 10000110 111010 110101 0 101111 11101011 101001 100101

Color Harmonies of #383F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F86

Black with #383F86

Text Example


Text Example

White with #383F86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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