Html Css Color HEX #382778 Windsor

📋 copy color: '#382778'

red 56 ◦ green 39 ◦ blue 120

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

Shades of Windsor #382778

Tints of Windsor #382778

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.14%

 BLUE value IS 120 (47.27% from 255) = 55.81%

R = 26.05%
G = 18.14%
B = 55.81%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#382778 (or 0x382778) is known color: Windsor. HEX triplet: 38, 27 and 78. RGB value is (56,39,120). Sum of RGB (Red+Green+Blue) = 56+39+120=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #382778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382778 is #C7D887. Grayscale: #353535. Windows color (decimal): -13097096 or 7874360. OLE color: 7874360.

HSL color Cylindrical-coordinate representation of color #382778: hue angle of 252.59º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #382778 is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 39 120 -
CMYK 0.53 0.67 0 0.53
HSL 252.59º 0.51% 0.31% -
HSV(B) 252.59º 0.68% 0.47% -
XYZ 5.75 3.65 18.17 -
YUV 53.32 165.63 129.91 -
System Red Green Blue C M Y K H S L
Decimal 56 39 120 0.53 0.67 0 0.53 252.59 0.51 0.31
Hex 38 27 78 35 43 0 35 FD 33 1F
Octal 70 47 170 65 103 0 65 375 63 37
Binary 111000 100111 1111000 110101 1000011 0 110101 11111101 110011 11111

Color Harmonies of #382778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382778

Black with #382778

Text Example


Text Example

White with #382778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382778; }

 p { color: rgb(56,39,120); }

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

background-color css

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

 a { background-color: rgb(56,39,120); }

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

border-color css

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

 span { border-color: rgb(56,39,120); }

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