Html Css Color HEX #382882 Windsor

📋 copy color: '#382882'

red 56 ◦ green 40 ◦ blue 130

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

Shades of Windsor #382882

Tints of Windsor #382882

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.7%

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

R = 24.78%
G = 17.7%
B = 57.52%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#382882 (or 0x382882) is known color: Windsor. HEX triplet: 38, 28 and 82. RGB value is (56,40,130). Sum of RGB (Red+Green+Blue) = 56+40+130=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 130 (51.17% from 255 or 57.52% from 226); Max value from RGB is 130 - color contains mainly: blue. Hex color #382882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382882 is #C7D77D. Grayscale: #363636. Windows color (decimal): -13096830 or 8529976. OLE color: 8529976.

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

Color convert

RGB 56 40 130 -
CMYK 0.57 0.69 0 0.49
HSL 250.67º 0.53% 0.33% -
HSV(B) 250.67º 0.69% 0.51% -
XYZ 6.42 3.97 21.55 -
YUV 55.04 170.3 128.68 -
System Red Green Blue C M Y K H S L
Decimal 56 40 130 0.57 0.69 0 0.49 250.67 0.53 0.33
Hex 38 28 82 39 45 0 31 FB 35 21
Octal 70 50 202 71 105 0 61 373 65 41
Binary 111000 101000 10000010 111001 1000101 0 110001 11111011 110101 100001

Color Harmonies of #382882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382882

Black with #382882

Text Example


Text Example

White with #382882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382882; }

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

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

background-color css

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

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

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

border-color css

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

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

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