Html Css Color HEX #382880 Windsor

📋 copy color: '#382880'

red 56 ◦ green 40 ◦ blue 128

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

Shades of Windsor #382880

Tints of Windsor #382880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 57.14%

R = 25%
G = 17.86%
B = 57.14%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#382880 (or 0x382880) is known color: Windsor. HEX triplet: 38, 28 and 80. RGB value is (56,40,128). Sum of RGB (Red+Green+Blue) = 56+40+128=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 128 (50.39% from 255 or 57.14% from 224); Max value from RGB is 128 - color contains mainly: blue. Hex color #382880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382880 is #C7D77F. Grayscale: #363636. Windows color (decimal): -13096832 or 8398904. OLE color: 8398904.

HSL color Cylindrical-coordinate representation of color #382880: hue angle of 250.91º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #382880 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 40 128 -
CMYK 0.56 0.69 0 0.50
HSL 250.91º 0.52% 0.33% -
HSV(B) 250.91º 0.69% 0.5% -
XYZ 6.29 3.92 20.85 -
YUV 54.82 169.3 128.84 -
System Red Green Blue C M Y K H S L
Decimal 56 40 128 0.56 0.69 0 0.50 250.91 0.52 0.33
Hex 38 28 80 38 45 0 32 FB 34 21
Octal 70 50 200 70 105 0 62 373 64 41
Binary 111000 101000 10000000 111000 1000101 0 110010 11111011 110100 100001

Color Harmonies of #382880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382880

Black with #382880

Text Example


Text Example

White with #382880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382880; }

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

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

background-color css

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

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

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

border-color css

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

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

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