Html Css Color HEX #382981 Windsor

📋 copy color: '#382981'

red 56 ◦ green 41 ◦ blue 129

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

Shades of Windsor #382981

Tints of Windsor #382981

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.14%

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

R = 24.78%
G = 18.14%
B = 57.08%

CMYK

 C value IS 0.57

 M value IS 0.68

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#382981 (or 0x382981) is known color: Windsor. HEX triplet: 38, 29 and 81. RGB value is (56,41,129). Sum of RGB (Red+Green+Blue) = 56+41+129=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 129 (50.78% from 255 or 57.08% from 226); Max value from RGB is 129 - color contains mainly: blue. Hex color #382981 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382981 is #C7D67E. Grayscale: #373737. Windows color (decimal): -13096575 or 8464696. OLE color: 8464696.

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

Color convert

RGB 56 41 129 -
CMYK 0.57 0.68 0 0.49
HSL 250.23º 0.52% 0.33% -
HSV(B) 250.23º 0.68% 0.51% -
XYZ 6.39 4.01 21.21 -
YUV 55.52 169.47 128.34 -
System Red Green Blue C M Y K H S L
Decimal 56 41 129 0.57 0.68 0 0.49 250.23 0.52 0.33
Hex 38 29 81 39 44 0 31 FA 34 21
Octal 70 51 201 71 104 0 61 372 64 41
Binary 111000 101001 10000001 111001 1000100 0 110001 11111010 110100 100001

Color Harmonies of #382981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382981

Black with #382981

Text Example


Text Example

White with #382981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382981; }

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

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

background-color css

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

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

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

border-color css

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

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

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