Html Css Color HEX #382576 Windsor

📋 copy color: '#382576'

red 56 ◦ green 37 ◦ blue 118

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

Shades of Windsor #382576

Tints of Windsor #382576

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.54%

 BLUE value IS 118 (46.48% from 255) = 55.92%

R = 26.54%
G = 17.54%
B = 55.92%

CMYK

 C value IS 0.53

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#382576 (or 0x382576) is known color: Windsor. HEX triplet: 38, 25 and 76. RGB value is (56,37,118). Sum of RGB (Red+Green+Blue) = 56+37+118=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #382576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382576 is #C7DA89. Grayscale: #333333. Windows color (decimal): -13097610 or 7742776. OLE color: 7742776.

HSL color Cylindrical-coordinate representation of color #382576: hue angle of 254.07º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #382576 is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 37 118 -
CMYK 0.53 0.69 0 0.54
HSL 254.07º 0.52% 0.3% -
HSV(B) 254.07º 0.69% 0.46% -
XYZ 5.56 3.47 17.52 -
YUV 51.92 165.29 130.91 -
System Red Green Blue C M Y K H S L
Decimal 56 37 118 0.53 0.69 0 0.54 254.07 0.52 0.3
Hex 38 25 76 35 45 0 36 FE 34 1E
Octal 70 45 166 65 105 0 66 376 64 36
Binary 111000 100101 1110110 110101 1000101 0 110110 11111110 110100 11110

Color Harmonies of #382576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382576

Black with #382576

Text Example


Text Example

White with #382576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382576; }

 p { color: rgb(56,37,118); }

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

background-color css

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

 a { background-color: rgb(56,37,118); }

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

border-color css

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

 span { border-color: rgb(56,37,118); }

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