Html Css Color HEX #392D7D Windsor

📋 copy color: '#392D7D'

red 57 ◦ green 45 ◦ blue 125

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

Shades of Windsor #392D7D

Tints of Windsor #392D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 55.07%

R = 25.11%
G = 19.82%
B = 55.07%

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

#392D7D (or 0x392D7D) is known color: Windsor. HEX triplet: 39, 2D and 7D. RGB value is (57,45,125). Sum of RGB (Red+Green+Blue) = 57+45+125=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #392D7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392D7D is #C6D282. Grayscale: #393939. Windows color (decimal): -13030019 or 8203577. OLE color: 8203577.

HSL color Cylindrical-coordinate representation of color #392D7D: hue angle of 249º 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 #392D7D is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 57 45 125 -
CMYK 0.54 0.64 0 0.51
HSL 249º 0.47% 0.33% -
HSV(B) 249º 0.64% 0.49% -
XYZ 6.33 4.23 19.88 -
YUV 57.71 165.98 127.5 -
System Red Green Blue C M Y K H S L
Decimal 57 45 125 0.54 0.64 0 0.51 249 0.47 0.33
Hex 39 2D 7D 36 40 0 33 F9 2F 21
Octal 71 55 175 66 100 0 63 371 57 41
Binary 111001 101101 1111101 110110 1000000 0 110011 11111001 101111 100001

Color Harmonies of #392D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392D7D

Black with #392D7D

Text Example


Text Example

White with #392D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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