Html Css Color HEX #392D7E Windsor

📋 copy color: '#392D7E'

red 57 ◦ green 45 ◦ blue 126

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

Shades of Windsor #392D7E

Tints of Windsor #392D7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 55.26%

R = 25%
G = 19.74%
B = 55.26%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#392D7E (or 0x392D7E) is known color: Windsor. HEX triplet: 39, 2D and 7E. RGB value is (57,45,126). Sum of RGB (Red+Green+Blue) = 57+45+126=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 126 (49.61% from 255 or 55.26% from 228); Max value from RGB is 126 - color contains mainly: blue. Hex color #392D7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392D7E is #C6D281. Grayscale: #393939. Windows color (decimal): -13030018 or 8269113. OLE color: 8269113.

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

Color convert

RGB 57 45 126 -
CMYK 0.55 0.64 0 0.51
HSL 248.89º 0.47% 0.34% -
HSV(B) 248.89º 0.64% 0.49% -
XYZ 6.39 4.25 20.22 -
YUV 57.82 166.48 127.41 -
System Red Green Blue C M Y K H S L
Decimal 57 45 126 0.55 0.64 0 0.51 248.89 0.47 0.34
Hex 39 2D 7E 37 40 0 33 F9 2F 22
Octal 71 55 176 67 100 0 63 371 57 42
Binary 111001 101101 1111110 110111 1000000 0 110011 11111001 101111 100010

Color Harmonies of #392D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392D7E

Black with #392D7E

Text Example


Text Example

White with #392D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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