Html Css Color HEX #383288 Jacksons Purple

📋 copy color: '#383288'

red 56 ◦ green 50 ◦ blue 136

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

Shades of Jacksons Purple #383288

Tints of Jacksons Purple #383288

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.66%

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

R = 23.14%
G = 20.66%
B = 56.2%

CMYK

 C value IS 0.59

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#383288 (or 0x383288) is known color: Jacksons Purple. HEX triplet: 38, 32 and 88. RGB value is (56,50,136). Sum of RGB (Red+Green+Blue) = 56+50+136=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 136 (53.52% from 255 or 56.20% from 242); Max value from RGB is 136 - color contains mainly: blue. Hex color #383288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383288 is #C7CD77. Grayscale: #3D3D3D. Windows color (decimal): -13094264 or 8925752. OLE color: 8925752.

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

Color convert

RGB 56 50 136 -
CMYK 0.59 0.63 0 0.47
HSL 244.19º 0.46% 0.36% -
HSV(B) 244.19º 0.63% 0.53% -
XYZ 7.22 4.9 23.86 -
YUV 61.6 169.99 124.01 -
System Red Green Blue C M Y K H S L
Decimal 56 50 136 0.59 0.63 0 0.47 244.19 0.46 0.36
Hex 38 32 88 3B 3F 0 2F F4 2E 24
Octal 70 62 210 73 77 0 57 364 56 44
Binary 111000 110010 10001000 111011 111111 0 101111 11110100 101110 100100

Color Harmonies of #383288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383288

Black with #383288

Text Example


Text Example

White with #383288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383288; }

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

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

background-color css

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

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

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

border-color css

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

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

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