Html Css Color HEX #382476 Windsor

📋 copy color: '#382476'

red 56 ◦ green 36 ◦ blue 118

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

Shades of Windsor #382476

Tints of Windsor #382476

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.14%

 BLUE value IS 118 (46.48% from 255) = 56.19%

R = 26.67%
G = 17.14%
B = 56.19%

CMYK

 C value IS 0.53

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#382476 (or 0x382476) is known color: Windsor. HEX triplet: 38, 24 and 76. RGB value is (56,36,118). Sum of RGB (Red+Green+Blue) = 56+36+118=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 118 (46.48% from 255 or 56.19% from 210); Max value from RGB is 118 - color contains mainly: blue. Hex color #382476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382476 is #C7DB89. Grayscale: #333333. Windows color (decimal): -13097866 or 7742520. OLE color: 7742520.

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

Color convert

RGB 56 36 118 -
CMYK 0.53 0.69 0 0.54
HSL 254.63º 0.53% 0.3% -
HSV(B) 254.63º 0.69% 0.46% -
XYZ 5.53 3.41 17.51 -
YUV 51.33 165.63 131.33 -
System Red Green Blue C M Y K H S L
Decimal 56 36 118 0.53 0.69 0 0.54 254.63 0.53 0.3
Hex 38 24 76 35 45 0 36 FF 35 1E
Octal 70 44 166 65 105 0 66 377 65 36
Binary 111000 100100 1110110 110101 1000101 0 110110 11111111 110101 11110

Color Harmonies of #382476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382476

Black with #382476

Text Example


Text Example

White with #382476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382476; }

 p { color: rgb(56,36,118); }

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

background-color css

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

 a { background-color: rgb(56,36,118); }

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

border-color css

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

 span { border-color: rgb(56,36,118); }

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