Html Css Color HEX #383A83 Jacksons Purple

📋 copy color: '#383A83'

red 56 ◦ green 58 ◦ blue 131

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

Shades of Jacksons Purple #383A83

Tints of Jacksons Purple #383A83

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.67%

 BLUE value IS 131 (51.56% from 255) = 53.47%

R = 22.86%
G = 23.67%
B = 53.47%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#383A83 (or 0x383A83) is known color: Jacksons Purple. HEX triplet: 38, 3A and 83. RGB value is (56,58,131). Sum of RGB (Red+Green+Blue) = 56+58+131=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 131 (51.56% from 255 or 53.47% from 245); Max value from RGB is 131 - color contains mainly: blue. Hex color #383A83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383A83 is #C7C57C. Grayscale: #414141. Windows color (decimal): -13092221 or 8600120. OLE color: 8600120.

HSL color Cylindrical-coordinate representation of color #383A83: hue angle of 238.4º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #383A83 is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 58 131 -
CMYK 0.57 0.56 0 0.49
HSL 238.4º 0.4% 0.37% -
HSV(B) 238.4º 0.57% 0.51% -
XYZ 7.24 5.51 22.15 -
YUV 65.72 164.84 121.06 -
System Red Green Blue C M Y K H S L
Decimal 56 58 131 0.57 0.56 0 0.49 238.4 0.4 0.37
Hex 38 3A 83 39 38 0 31 EE 28 25
Octal 70 72 203 71 70 0 61 356 50 45
Binary 111000 111010 10000011 111001 111000 0 110001 11101110 101000 100101

Color Harmonies of #383A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383A83

Black with #383A83

Text Example


Text Example

White with #383A83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,58,131); }

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

background-color css

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

 a { background-color: rgb(56,58,131); }

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

border-color css

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

 span { border-color: rgb(56,58,131); }

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