Html Css Color HEX #384281 Jacksons Purple

📋 copy color: '#384281'

red 56 ◦ green 66 ◦ blue 129

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

Shades of Jacksons Purple #384281

Tints of Jacksons Purple #384281

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.29%

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

R = 22.31%
G = 26.29%
B = 51.39%

CMYK

 C value IS 0.57

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#384281 (or 0x384281) is known color: Jacksons Purple. HEX triplet: 38, 42 and 81. RGB value is (56,66,129). Sum of RGB (Red+Green+Blue) = 56+66+129=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 129 (50.78% from 255 or 51.39% from 251); Max value from RGB is 129 - color contains mainly: blue. Hex color #384281 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384281 is #C7BD7E. Grayscale: #454545. Windows color (decimal): -13090175 or 8471096. OLE color: 8471096.

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

Color convert

RGB 56 66 129 -
CMYK 0.57 0.49 0 0.49
HSL 231.78º 0.39% 0.36% -
HSV(B) 231.78º 0.57% 0.51% -
XYZ 7.54 6.32 21.59 -
YUV 70.19 161.19 117.88 -
System Red Green Blue C M Y K H S L
Decimal 56 66 129 0.57 0.49 0 0.49 231.78 0.39 0.36
Hex 38 42 81 39 31 0 31 E8 27 24
Octal 70 102 201 71 61 0 61 350 47 44
Binary 111000 1000010 10000001 111001 110001 0 110001 11101000 100111 100100

Color Harmonies of #384281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384281

Black with #384281

Text Example


Text Example

White with #384281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384281; }

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

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

background-color css

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

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

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

border-color css

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

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

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