Html Css Color HEX #384181 Jacksons Purple

📋 copy color: '#384181'

red 56 ◦ green 65 ◦ blue 129

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

Shades of Jacksons Purple #384181

Tints of Jacksons Purple #384181

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26%

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

R = 22.4%
G = 26%
B = 51.6%

CMYK

 C value IS 0.57

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#384181 (or 0x384181) is known color: Jacksons Purple. HEX triplet: 38, 41 and 81. RGB value is (56,65,129). Sum of RGB (Red+Green+Blue) = 56+65+129=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 129 (50.78% from 255 or 51.6% from 250); Max value from RGB is 129 - color contains mainly: blue. Hex color #384181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384181 is #C7BE7E. Grayscale: #454545. Windows color (decimal): -13090431 or 8470840. OLE color: 8470840.

HSL color Cylindrical-coordinate representation of color #384181: hue angle of 232.6º 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 #384181 is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 65 129 -
CMYK 0.57 0.50 0 0.49
HSL 232.6º 0.39% 0.36% -
HSV(B) 232.6º 0.57% 0.51% -
XYZ 7.48 6.21 21.57 -
YUV 69.61 161.52 118.3 -
System Red Green Blue C M Y K H S L
Decimal 56 65 129 0.57 0.50 0 0.49 232.6 0.39 0.36
Hex 38 41 81 39 32 0 31 E9 27 24
Octal 70 101 201 71 62 0 61 351 47 44
Binary 111000 1000001 10000001 111001 110010 0 110001 11101001 100111 100100

Color Harmonies of #384181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384181

Black with #384181

Text Example


Text Example

White with #384181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384181; }

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

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

background-color css

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

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

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

border-color css

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

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

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