Html Css Color HEX #383990 Jacksons Purple

📋 copy color: '#383990'

red 56 ◦ green 57 ◦ blue 144

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

Shades of Jacksons Purple #383990

Tints of Jacksons Purple #383990

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.18%

 BLUE value IS 144 (56.64% from 255) = 56.03%

R = 21.79%
G = 22.18%
B = 56.03%

CMYK

 C value IS 0.61

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#383990 (or 0x383990) is known color: Jacksons Purple. HEX triplet: 38, 39 and 90. RGB value is (56,57,144). Sum of RGB (Red+Green+Blue) = 56+57+144=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 144 (56.64% from 255 or 56.03% from 257); Max value from RGB is 144 - color contains mainly: blue. Hex color #383990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383990 is #C7C66F. Grayscale: #424242. Windows color (decimal): -13092464 or 9451832. OLE color: 9451832.

HSL color Cylindrical-coordinate representation of color #383990: hue angle of 239.32º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #383990 is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 57 144 -
CMYK 0.61 0.60 0 0.44
HSL 239.32º 0.44% 0.39% -
HSV(B) 239.32º 0.61% 0.56% -
XYZ 8.13 5.78 27.07 -
YUV 66.62 171.67 120.43 -
System Red Green Blue C M Y K H S L
Decimal 56 57 144 0.61 0.60 0 0.44 239.32 0.44 0.39
Hex 38 39 90 3D 3C 0 2C EF 2C 27
Octal 70 71 220 75 74 0 54 357 54 47
Binary 111000 111001 10010000 111101 111100 0 101100 11101111 101100 100111

Color Harmonies of #383990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383990

Black with #383990

Text Example


Text Example

White with #383990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383990; }

 p { color: rgb(56,57,144); }

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

background-color css

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

 a { background-color: rgb(56,57,144); }

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

border-color css

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

 span { border-color: rgb(56,57,144); }

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