Html Css Color HEX #382678 Windsor

📋 copy color: '#382678'

red 56 ◦ green 38 ◦ blue 120

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

Shades of Windsor #382678

Tints of Windsor #382678

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.76%

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

R = 26.17%
G = 17.76%
B = 56.07%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#382678 (or 0x382678) is known color: Windsor. HEX triplet: 38, 26 and 78. RGB value is (56,38,120). Sum of RGB (Red+Green+Blue) = 56+38+120=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 120 (47.27% from 255 or 56.07% from 214); Max value from RGB is 120 - color contains mainly: blue. Hex color #382678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382678 is #C7D987. Grayscale: #343434. Windows color (decimal): -13097352 or 7874104. OLE color: 7874104.

HSL color Cylindrical-coordinate representation of color #382678: hue angle of 253.17º degrees, saturation: 0.52, 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 #382678 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 38 120 -
CMYK 0.53 0.68 0 0.53
HSL 253.17º 0.52% 0.31% -
HSV(B) 253.17º 0.68% 0.47% -
XYZ 5.71 3.58 18.16 -
YUV 52.73 165.96 130.33 -
System Red Green Blue C M Y K H S L
Decimal 56 38 120 0.53 0.68 0 0.53 253.17 0.52 0.31
Hex 38 26 78 35 44 0 35 FD 34 1F
Octal 70 46 170 65 104 0 65 375 64 37
Binary 111000 100110 1111000 110101 1000100 0 110101 11111101 110100 11111

Color Harmonies of #382678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382678

Black with #382678

Text Example


Text Example

White with #382678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382678; }

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

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

background-color css

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

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

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

border-color css

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

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

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