Html Css Color HEX #382682 Windsor

📋 copy color: '#382682'

red 56 ◦ green 38 ◦ blue 130

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

Shades of Windsor #382682

Tints of Windsor #382682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 58.04%

R = 25%
G = 16.96%
B = 58.04%

CMYK

 C value IS 0.57

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#382682 (or 0x382682) is known color: Windsor. HEX triplet: 38, 26 and 82. RGB value is (56,38,130). Sum of RGB (Red+Green+Blue) = 56+38+130=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 130 (51.17% from 255 or 58.04% from 224); Max value from RGB is 130 - color contains mainly: blue. Hex color #382682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382682 is #C7D97D. Grayscale: #353535. Windows color (decimal): -13097342 or 8529464. OLE color: 8529464.

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

Color convert

RGB 56 38 130 -
CMYK 0.57 0.71 0 0.49
HSL 251.74º 0.55% 0.33% -
HSV(B) 251.74º 0.71% 0.51% -
XYZ 6.35 3.84 21.53 -
YUV 53.87 170.96 129.52 -
System Red Green Blue C M Y K H S L
Decimal 56 38 130 0.57 0.71 0 0.49 251.74 0.55 0.33
Hex 38 26 82 39 47 0 31 FC 37 21
Octal 70 46 202 71 107 0 61 374 67 41
Binary 111000 100110 10000010 111001 1000111 0 110001 11111100 110111 100001

Color Harmonies of #382682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382682

Black with #382682

Text Example


Text Example

White with #382682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382682; }

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

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

background-color css

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

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

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

border-color css

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

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

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