Html Css Color HEX #382582 Windsor

📋 copy color: '#382582'

red 56 ◦ green 37 ◦ blue 130

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

Shades of Windsor #382582

Tints of Windsor #382582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 58.3%

R = 25.11%
G = 16.59%
B = 58.3%

CMYK

 C value IS 0.57

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#382582 (or 0x382582) is known color: Windsor. HEX triplet: 38, 25 and 82. RGB value is (56,37,130). Sum of RGB (Red+Green+Blue) = 56+37+130=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 130 (51.17% from 255 or 58.30% from 223); Max value from RGB is 130 - color contains mainly: blue. Hex color #382582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382582 is #C7DA7D. Grayscale: #343434. Windows color (decimal): -13097598 or 8529208. OLE color: 8529208.

HSL color Cylindrical-coordinate representation of color #382582: hue angle of 252.26º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #382582 is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 37 130 -
CMYK 0.57 0.72 0 0.49
HSL 252.26º 0.56% 0.33% -
HSV(B) 252.26º 0.72% 0.51% -
XYZ 6.32 3.78 21.51 -
YUV 53.28 171.29 129.94 -
System Red Green Blue C M Y K H S L
Decimal 56 37 130 0.57 0.72 0 0.49 252.26 0.56 0.33
Hex 38 25 82 39 48 0 31 FC 38 21
Octal 70 45 202 71 110 0 61 374 70 41
Binary 111000 100101 10000010 111001 1001000 0 110001 11111100 111000 100001

Color Harmonies of #382582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382582

Black with #382582

Text Example


Text Example

White with #382582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382582; }

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

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

background-color css

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

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

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

border-color css

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

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

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