Html Css Color HEX #382581 Windsor

📋 copy color: '#382581'

red 56 ◦ green 37 ◦ blue 129

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

Shades of Windsor #382581

Tints of Windsor #382581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 58.11%

R = 25.23%
G = 16.67%
B = 58.11%

CMYK

 C value IS 0.57

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#382581 (or 0x382581) is known color: Windsor. HEX triplet: 38, 25 and 81. RGB value is (56,37,129). Sum of RGB (Red+Green+Blue) = 56+37+129=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 129 (50.78% from 255 or 58.11% from 222); Max value from RGB is 129 - color contains mainly: blue. Hex color #382581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382581 is #C7DA7E. Grayscale: #343434. Windows color (decimal): -13097599 or 8463672. OLE color: 8463672.

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

Color convert

RGB 56 37 129 -
CMYK 0.57 0.71 0 0.49
HSL 252.39º 0.55% 0.33% -
HSV(B) 252.39º 0.71% 0.51% -
XYZ 6.25 3.75 21.16 -
YUV 53.17 170.79 130.02 -
System Red Green Blue C M Y K H S L
Decimal 56 37 129 0.57 0.71 0 0.49 252.39 0.55 0.33
Hex 38 25 81 39 47 0 31 FC 37 21
Octal 70 45 201 71 107 0 61 374 67 41
Binary 111000 100101 10000001 111001 1000111 0 110001 11111100 110111 100001

Color Harmonies of #382581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382581

Black with #382581

Text Example


Text Example

White with #382581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382581; }

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

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

background-color css

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

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

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

border-color css

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

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

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