Html Css Color HEX #383281 Jacksons Purple

📋 copy color: '#383281'

red 56 ◦ green 50 ◦ blue 129

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

Shades of Jacksons Purple #383281

Tints of Jacksons Purple #383281

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.28%

 BLUE value IS 129 (50.78% from 255) = 54.89%

R = 23.83%
G = 21.28%
B = 54.89%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#383281 (or 0x383281) is known color: Jacksons Purple. HEX triplet: 38, 32 and 81. RGB value is (56,50,129). Sum of RGB (Red+Green+Blue) = 56+50+129=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 129 (50.78% from 255 or 54.89% from 235); Max value from RGB is 129 - color contains mainly: blue. Hex color #383281 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383281 is #C7CD7E. Grayscale: #3C3C3C. Windows color (decimal): -13094271 or 8467000. OLE color: 8467000.

HSL color Cylindrical-coordinate representation of color #383281: hue angle of 244.56º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #383281 is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 50 129 -
CMYK 0.57 0.61 0 0.49
HSL 244.56º 0.44% 0.35% -
HSV(B) 244.56º 0.61% 0.51% -
XYZ 6.73 4.71 21.32 -
YUV 60.8 166.49 124.58 -
System Red Green Blue C M Y K H S L
Decimal 56 50 129 0.57 0.61 0 0.49 244.56 0.44 0.35
Hex 38 32 81 39 3D 0 31 F5 2C 23
Octal 70 62 201 71 75 0 61 365 54 43
Binary 111000 110010 10000001 111001 111101 0 110001 11110101 101100 100011

Color Harmonies of #383281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383281

Black with #383281

Text Example


Text Example

White with #383281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383281; }

 p { color: rgb(56,50,129); }

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

background-color css

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

 a { background-color: rgb(56,50,129); }

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

border-color css

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

 span { border-color: rgb(56,50,129); }

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