Html Css Color HEX #384388 Jacksons Purple

📋 copy color: '#384388'

red 56 ◦ green 67 ◦ blue 136

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

Shades of Jacksons Purple #384388

Tints of Jacksons Purple #384388

RGB

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

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

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

R = 21.62%
G = 25.87%
B = 52.51%

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

#384388 (or 0x384388) is known color: Jacksons Purple. HEX triplet: 38, 43 and 88. RGB value is (56,67,136). Sum of RGB (Red+Green+Blue) = 56+67+136=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 136 (53.52% from 255 or 52.51% from 259); Max value from RGB is 136 - color contains mainly: blue. Hex color #384388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384388 is #C7BC77. Grayscale: #474747. Windows color (decimal): -13089912 or 8930104. OLE color: 8930104.

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

Color convert

RGB 56 67 136 -
CMYK 0.59 0.51 0 0.47
HSL 231.75º 0.42% 0.38% -
HSV(B) 231.75º 0.59% 0.53% -
XYZ 8.08 6.63 24.15 -
YUV 71.58 164.36 116.89 -
System Red Green Blue C M Y K H S L
Decimal 56 67 136 0.59 0.51 0 0.47 231.75 0.42 0.38
Hex 38 43 88 3B 33 0 2F E8 2A 26
Octal 70 103 210 73 63 0 57 350 52 46
Binary 111000 1000011 10001000 111011 110011 0 101111 11101000 101010 100110

Color Harmonies of #384388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384388

Black with #384388

Text Example


Text Example

White with #384388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384388; }

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

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

background-color css

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

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

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

border-color css

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

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

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