Html Css Color HEX #384182 Jacksons Purple

📋 copy color: '#384182'

red 56 ◦ green 65 ◦ blue 130

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

Shades of Jacksons Purple #384182

Tints of Jacksons Purple #384182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 51.79%

R = 22.31%
G = 25.9%
B = 51.79%

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

#384182 (or 0x384182) is known color: Jacksons Purple. HEX triplet: 38, 41 and 82. RGB value is (56,65,130). Sum of RGB (Red+Green+Blue) = 56+65+130=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #384182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384182 is #C7BE7D. Grayscale: #454545. Windows color (decimal): -13090430 or 8536376. OLE color: 8536376.

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

Color convert

RGB 56 65 130 -
CMYK 0.57 0.50 0 0.49
HSL 232.7º 0.4% 0.36% -
HSV(B) 232.7º 0.57% 0.51% -
XYZ 7.55 6.23 21.92 -
YUV 69.72 162.02 118.21 -
System Red Green Blue C M Y K H S L
Decimal 56 65 130 0.57 0.50 0 0.49 232.7 0.4 0.36
Hex 38 41 82 39 32 0 31 E9 28 24
Octal 70 101 202 71 62 0 61 351 50 44
Binary 111000 1000001 10000010 111001 110010 0 110001 11101001 101000 100100

Color Harmonies of #384182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384182

Black with #384182

Text Example


Text Example

White with #384182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384182; }

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

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

background-color css

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

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

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

border-color css

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

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

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