Html Css Color HEX #384384 Jacksons Purple

📋 copy color: '#384384'

red 56 ◦ green 67 ◦ blue 132

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

Shades of Jacksons Purple #384384

Tints of Jacksons Purple #384384

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.27%

 BLUE value IS 132 (51.95% from 255) = 51.76%

R = 21.96%
G = 26.27%
B = 51.76%

CMYK

 C value IS 0.58

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#384384 (or 0x384384) is known color: Jacksons Purple. HEX triplet: 38, 43 and 84. RGB value is (56,67,132). Sum of RGB (Red+Green+Blue) = 56+67+132=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 132 (51.95% from 255 or 51.76% from 255); Max value from RGB is 132 - color contains mainly: blue. Hex color #384384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384384 is #C7BC7B. Grayscale: #464646. Windows color (decimal): -13089916 or 8667960. OLE color: 8667960.

HSL color Cylindrical-coordinate representation of color #384384: hue angle of 231.32º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #384384 is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 67 132 -
CMYK 0.58 0.49 0 0.48
HSL 231.32º 0.4% 0.37% -
HSV(B) 231.32º 0.58% 0.52% -
XYZ 7.8 6.52 22.68 -
YUV 71.12 162.36 117.21 -
System Red Green Blue C M Y K H S L
Decimal 56 67 132 0.58 0.49 0 0.48 231.32 0.4 0.37
Hex 38 43 84 3A 31 0 30 E7 28 25
Octal 70 103 204 72 61 0 60 347 50 45
Binary 111000 1000011 10000100 111010 110001 0 110000 11100111 101000 100101

Color Harmonies of #384384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384384

Black with #384384

Text Example


Text Example

White with #384384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384384; }

 p { color: rgb(56,67,132); }

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

background-color css

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

 a { background-color: rgb(56,67,132); }

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

border-color css

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

 span { border-color: rgb(56,67,132); }

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