Html Css Color HEX #384188 Jacksons Purple

📋 copy color: '#384188'

red 56 ◦ green 65 ◦ blue 136

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

Shades of Jacksons Purple #384188

Tints of Jacksons Purple #384188

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.29%

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

R = 21.79%
G = 25.29%
B = 52.92%

CMYK

 C value IS 0.59

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#384188 (or 0x384188) is known color: Jacksons Purple. HEX triplet: 38, 41 and 88. RGB value is (56,65,136). Sum of RGB (Red+Green+Blue) = 56+65+136=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 136 (53.52% from 255 or 52.92% from 257); Max value from RGB is 136 - color contains mainly: blue. Hex color #384188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384188 is #C7BE77. Grayscale: #464646. Windows color (decimal): -13090424 or 8929592. OLE color: 8929592.

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

Color convert

RGB 56 65 136 -
CMYK 0.59 0.52 0 0.47
HSL 233.25º 0.42% 0.38% -
HSV(B) 233.25º 0.59% 0.53% -
XYZ 7.97 6.4 24.11 -
YUV 70.4 165.02 117.73 -
System Red Green Blue C M Y K H S L
Decimal 56 65 136 0.59 0.52 0 0.47 233.25 0.42 0.38
Hex 38 41 88 3B 34 0 2F E9 2A 26
Octal 70 101 210 73 64 0 57 351 52 46
Binary 111000 1000001 10001000 111011 110100 0 101111 11101001 101010 100110

Color Harmonies of #384188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384188

Black with #384188

Text Example


Text Example

White with #384188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384188; }

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

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

background-color css

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

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

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

border-color css

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

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

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