Html Css Color HEX #382881 Windsor

📋 copy color: '#382881'

red 56 ◦ green 40 ◦ blue 129

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

Shades of Windsor #382881

Tints of Windsor #382881

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.78%

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

R = 24.89%
G = 17.78%
B = 57.33%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#382881 (or 0x382881) is known color: Windsor. HEX triplet: 38, 28 and 81. RGB value is (56,40,129). Sum of RGB (Red+Green+Blue) = 56+40+129=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 129 (50.78% from 255 or 57.33% from 225); Max value from RGB is 129 - color contains mainly: blue. Hex color #382881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382881 is #C7D77E. Grayscale: #363636. Windows color (decimal): -13096831 or 8464440. OLE color: 8464440.

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

Color convert

RGB 56 40 129 -
CMYK 0.57 0.69 0 0.49
HSL 250.79º 0.53% 0.33% -
HSV(B) 250.79º 0.69% 0.51% -
XYZ 6.35 3.94 21.2 -
YUV 54.93 169.8 128.76 -
System Red Green Blue C M Y K H S L
Decimal 56 40 129 0.57 0.69 0 0.49 250.79 0.53 0.33
Hex 38 28 81 39 45 0 31 FB 35 21
Octal 70 50 201 71 105 0 61 373 65 41
Binary 111000 101000 10000001 111001 1000101 0 110001 11111011 110101 100001

Color Harmonies of #382881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382881

Black with #382881

Text Example


Text Example

White with #382881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382881; }

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

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

background-color css

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

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

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

border-color css

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

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

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