Html Css Color HEX #382982 Windsor

📋 copy color: '#382982'

red 56 ◦ green 41 ◦ blue 130

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

Shades of Windsor #382982

Tints of Windsor #382982

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.06%

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

R = 24.67%
G = 18.06%
B = 57.27%

CMYK

 C value IS 0.57

 M value IS 0.68

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#382982 (or 0x382982) is known color: Windsor. HEX triplet: 38, 29 and 82. RGB value is (56,41,130). Sum of RGB (Red+Green+Blue) = 56+41+130=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 130 (51.17% from 255 or 57.27% from 227); Max value from RGB is 130 - color contains mainly: blue. Hex color #382982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382982 is #C7D67D. Grayscale: #373737. Windows color (decimal): -13096574 or 8530232. OLE color: 8530232.

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

Color convert

RGB 56 41 130 -
CMYK 0.57 0.68 0 0.49
HSL 250.11º 0.52% 0.34% -
HSV(B) 250.11º 0.68% 0.51% -
XYZ 6.45 4.04 21.56 -
YUV 55.63 169.97 128.26 -
System Red Green Blue C M Y K H S L
Decimal 56 41 130 0.57 0.68 0 0.49 250.11 0.52 0.34
Hex 38 29 82 39 44 0 31 FA 34 22
Octal 70 51 202 71 104 0 61 372 64 42
Binary 111000 101001 10000010 111001 1000100 0 110001 11111010 110100 100010

Color Harmonies of #382982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382982

Black with #382982

Text Example


Text Example

White with #382982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382982; }

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

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

background-color css

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

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

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

border-color css

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

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

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