Html Css Color HEX #384389 Jacksons Purple

📋 copy color: '#384389'

red 56 ◦ green 67 ◦ blue 137

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

Shades of Jacksons Purple #384389

Tints of Jacksons Purple #384389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 52.69%

R = 21.54%
G = 25.77%
B = 52.69%

CMYK

 C value IS 0.59

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#384389 (or 0x384389) is known color: Jacksons Purple. HEX triplet: 38, 43 and 89. RGB value is (56,67,137). Sum of RGB (Red+Green+Blue) = 56+67+137=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 137 (53.91% from 255 or 52.69% from 260); Max value from RGB is 137 - color contains mainly: blue. Hex color #384389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384389 is #C7BC76. Grayscale: #474747. Windows color (decimal): -13089911 or 8995640. OLE color: 8995640.

HSL color Cylindrical-coordinate representation of color #384389: hue angle of 231.85º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #384389 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 67 137 -
CMYK 0.59 0.51 0 0.46
HSL 231.85º 0.42% 0.38% -
HSV(B) 231.85º 0.59% 0.54% -
XYZ 8.15 6.66 24.52 -
YUV 71.69 164.86 116.81 -
System Red Green Blue C M Y K H S L
Decimal 56 67 137 0.59 0.51 0 0.46 231.85 0.42 0.38
Hex 38 43 89 3B 33 0 2E E8 2A 26
Octal 70 103 211 73 63 0 56 350 52 46
Binary 111000 1000011 10001001 111011 110011 0 101110 11101000 101010 100110

Color Harmonies of #384389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384389

Black with #384389

Text Example


Text Example

White with #384389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384389; }

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

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

background-color css

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

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

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

border-color css

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

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

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