Html Css Color HEX #382575 Windsor

📋 copy color: '#382575'

red 56 ◦ green 37 ◦ blue 117

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

Shades of Windsor #382575

Tints of Windsor #382575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 55.71%

R = 26.67%
G = 17.62%
B = 55.71%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#382575 (or 0x382575) is known color: Windsor. HEX triplet: 38, 25 and 75. RGB value is (56,37,117). Sum of RGB (Red+Green+Blue) = 56+37+117=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 117 (46.09% from 255 or 55.71% from 210); Max value from RGB is 117 - color contains mainly: blue. Hex color #382575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382575 is #C7DA8A. Grayscale: #333333. Windows color (decimal): -13097611 or 7677240. OLE color: 7677240.

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

Color convert

RGB 56 37 117 -
CMYK 0.52 0.68 0 0.54
HSL 254.25º 0.52% 0.3% -
HSV(B) 254.25º 0.68% 0.46% -
XYZ 5.5 3.45 17.21 -
YUV 51.8 164.79 131 -
System Red Green Blue C M Y K H S L
Decimal 56 37 117 0.52 0.68 0 0.54 254.25 0.52 0.3
Hex 38 25 75 34 44 0 36 FE 34 1E
Octal 70 45 165 64 104 0 66 376 64 36
Binary 111000 100101 1110101 110100 1000100 0 110110 11111110 110100 11110

Color Harmonies of #382575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382575

Black with #382575

Text Example


Text Example

White with #382575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382575; }

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

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

background-color css

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

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

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

border-color css

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

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

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