Html Css Color HEX #384288 Jacksons Purple

📋 copy color: '#384288'

red 56 ◦ green 66 ◦ blue 136

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

Shades of Jacksons Purple #384288

Tints of Jacksons Purple #384288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 52.71%

R = 21.71%
G = 25.58%
B = 52.71%

CMYK

 C value IS 0.59

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#384288 (or 0x384288) is known color: Jacksons Purple. HEX triplet: 38, 42 and 88. RGB value is (56,66,136). Sum of RGB (Red+Green+Blue) = 56+66+136=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 136 (53.52% from 255 or 52.71% from 258); Max value from RGB is 136 - color contains mainly: blue. Hex color #384288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384288 is #C7BD77. Grayscale: #464646. Windows color (decimal): -13090168 or 8929848. OLE color: 8929848.

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

Color convert

RGB 56 66 136 -
CMYK 0.59 0.51 0 0.47
HSL 232.5º 0.42% 0.38% -
HSV(B) 232.5º 0.59% 0.53% -
XYZ 8.02 6.51 24.13 -
YUV 70.99 164.69 117.31 -
System Red Green Blue C M Y K H S L
Decimal 56 66 136 0.59 0.51 0 0.47 232.5 0.42 0.38
Hex 38 42 88 3B 33 0 2F E8 2A 26
Octal 70 102 210 73 63 0 57 350 52 46
Binary 111000 1000010 10001000 111011 110011 0 101111 11101000 101010 100110

Color Harmonies of #384288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384288

Black with #384288

Text Example


Text Example

White with #384288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384288; }

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

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

background-color css

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

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

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

border-color css

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

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

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