Html Css Color HEX #384289 Jacksons Purple

📋 copy color: '#384289'

red 56 ◦ green 66 ◦ blue 137

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

Shades of Jacksons Purple #384289

Tints of Jacksons Purple #384289

RGB

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

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

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

R = 21.62%
G = 25.48%
B = 52.9%

CMYK

 C value IS 0.59

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#384289 (or 0x384289) is known color: Jacksons Purple. HEX triplet: 38, 42 and 89. RGB value is (56,66,137). Sum of RGB (Red+Green+Blue) = 56+66+137=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #384289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384289 is #C7BD76. Grayscale: #464646. Windows color (decimal): -13090167 or 8995384. OLE color: 8995384.

HSL color Cylindrical-coordinate representation of color #384289: hue angle of 232.59º 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 #384289 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 66 137 -
CMYK 0.59 0.52 0 0.46
HSL 232.59º 0.42% 0.38% -
HSV(B) 232.59º 0.59% 0.54% -
XYZ 8.09 6.54 24.5 -
YUV 71.1 165.19 117.23 -
System Red Green Blue C M Y K H S L
Decimal 56 66 137 0.59 0.52 0 0.46 232.59 0.42 0.38
Hex 38 42 89 3B 34 0 2E E9 2A 26
Octal 70 102 211 73 64 0 56 351 52 46
Binary 111000 1000010 10001001 111011 110100 0 101110 11101001 101010 100110

Color Harmonies of #384289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384289

Black with #384289

Text Example


Text Example

White with #384289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384289; }

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

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

background-color css

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

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

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

border-color css

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

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

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