Html Css Color HEX #382886 Windsor

📋 copy color: '#382886'

red 56 ◦ green 40 ◦ blue 134

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

Shades of Windsor #382886

Tints of Windsor #382886

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.39%

 BLUE value IS 134 (52.73% from 255) = 58.26%

R = 24.35%
G = 17.39%
B = 58.26%

CMYK

 C value IS 0.58

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#382886 (or 0x382886) is known color: Windsor. HEX triplet: 38, 28 and 86. RGB value is (56,40,134). Sum of RGB (Red+Green+Blue) = 56+40+134=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 134 (52.73% from 255 or 58.26% from 230); Max value from RGB is 134 - color contains mainly: blue. Hex color #382886 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382886 is #C7D779. Grayscale: #373737. Windows color (decimal): -13096826 or 8792120. OLE color: 8792120.

HSL color Cylindrical-coordinate representation of color #382886: hue angle of 250.21º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #382886 is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 40 134 -
CMYK 0.58 0.70 0 0.47
HSL 250.21º 0.54% 0.34% -
HSV(B) 250.21º 0.7% 0.53% -
XYZ 6.69 4.08 22.99 -
YUV 55.5 172.3 128.36 -
System Red Green Blue C M Y K H S L
Decimal 56 40 134 0.58 0.70 0 0.47 250.21 0.54 0.34
Hex 38 28 86 3A 46 0 2F FA 36 22
Octal 70 50 206 72 106 0 57 372 66 42
Binary 111000 101000 10000110 111010 1000110 0 101111 11111010 110110 100010

Color Harmonies of #382886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382886

Black with #382886

Text Example


Text Example

White with #382886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382886; }

 p { color: rgb(56,40,134); }

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

background-color css

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

 a { background-color: rgb(56,40,134); }

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

border-color css

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

 span { border-color: rgb(56,40,134); }

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