Html Css Color HEX #392D7C Windsor

📋 copy color: '#392D7C'

red 57 ◦ green 45 ◦ blue 124

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

Shades of Windsor #392D7C

Tints of Windsor #392D7C

RGB

 RED value IS 57 (22.66% from 255) = 25.22%

 GREEN value IS 45 (17.97% from 255) = 19.91%

 BLUE value IS 124 (48.83% from 255) = 54.87%

R = 25.22%
G = 19.91%
B = 54.87%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#392D7C (or 0x392D7C) is known color: Windsor. HEX triplet: 39, 2D and 7C. RGB value is (57,45,124). Sum of RGB (Red+Green+Blue) = 57+45+124=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #392D7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392D7C is #C6D283. Grayscale: #393939. Windows color (decimal): -13030020 or 8138041. OLE color: 8138041.

HSL color Cylindrical-coordinate representation of color #392D7C: hue angle of 249.11º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #392D7C is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 57 45 124 -
CMYK 0.54 0.64 0 0.51
HSL 249.11º 0.47% 0.33% -
HSV(B) 249.11º 0.64% 0.49% -
XYZ 6.26 4.2 19.55 -
YUV 57.59 165.48 127.58 -
System Red Green Blue C M Y K H S L
Decimal 57 45 124 0.54 0.64 0 0.51 249.11 0.47 0.33
Hex 39 2D 7C 36 40 0 33 F9 2F 21
Octal 71 55 174 66 100 0 63 371 57 41
Binary 111001 101101 1111100 110110 1000000 0 110011 11111001 101111 100001

Color Harmonies of #392D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392D7C

Black with #392D7C

Text Example


Text Example

White with #392D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392D7C; }

 p { color: rgb(57,45,124); }

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

background-color css

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

 a { background-color: rgb(57,45,124); }

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

border-color css

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

 span { border-color: rgb(57,45,124); }

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