Html Css Color HEX #382573 Windsor

📋 copy color: '#382573'

red 56 ◦ green 37 ◦ blue 115

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

Shades of Windsor #382573

Tints of Windsor #382573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 55.29%

R = 26.92%
G = 17.79%
B = 55.29%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#382573 (or 0x382573) is known color: Windsor. HEX triplet: 38, 25 and 73. RGB value is (56,37,115). Sum of RGB (Red+Green+Blue) = 56+37+115=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 115 (45.31% from 255 or 55.29% from 208); Max value from RGB is 115 - color contains mainly: blue. Hex color #382573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382573 is #C7DA8C. Grayscale: #333333. Windows color (decimal): -13097613 or 7546168. OLE color: 7546168.

HSL color Cylindrical-coordinate representation of color #382573: hue angle of 254.62º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #382573 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 37 115 -
CMYK 0.51 0.68 0 0.55
HSL 254.62º 0.51% 0.3% -
HSV(B) 254.62º 0.68% 0.45% -
XYZ 5.39 3.4 16.59 -
YUV 51.57 163.79 131.16 -
System Red Green Blue C M Y K H S L
Decimal 56 37 115 0.51 0.68 0 0.55 254.62 0.51 0.3
Hex 38 25 73 33 44 0 37 FF 33 1E
Octal 70 45 163 63 104 0 67 377 63 36
Binary 111000 100101 1110011 110011 1000100 0 110111 11111111 110011 11110

Color Harmonies of #382573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382573

Black with #382573

Text Example


Text Example

White with #382573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382573; }

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

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

background-color css

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

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

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

border-color css

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

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

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