Html Css Color HEX #39277E Windsor

📋 copy color: '#39277E'

red 57 ◦ green 39 ◦ blue 126

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

Shades of Windsor #39277E

Tints of Windsor #39277E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.57%

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

R = 25.68%
G = 17.57%
B = 56.76%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#39277E (or 0x39277E) is known color: Windsor. HEX triplet: 39, 27 and 7E. RGB value is (57,39,126). Sum of RGB (Red+Green+Blue) = 57+39+126=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 126 (49.61% from 255 or 56.76% from 222); Max value from RGB is 126 - color contains mainly: blue. Hex color #39277E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39277E is #C6D881. Grayscale: #353535. Windows color (decimal): -13031554 or 8267577. OLE color: 8267577.

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

Color convert

RGB 57 39 126 -
CMYK 0.55 0.69 0 0.51
HSL 252.41º 0.53% 0.32% -
HSV(B) 252.41º 0.69% 0.49% -
XYZ 6.18 3.83 20.15 -
YUV 54.3 168.46 129.93 -
System Red Green Blue C M Y K H S L
Decimal 57 39 126 0.55 0.69 0 0.51 252.41 0.53 0.32
Hex 39 27 7E 37 45 0 33 FC 35 20
Octal 71 47 176 67 105 0 63 374 65 40
Binary 111001 100111 1111110 110111 1000101 0 110011 11111100 110101 100000

Color Harmonies of #39277E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39277E

Black with #39277E

Text Example


Text Example

White with #39277E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39277E; }

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

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

background-color css

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

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

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

border-color css

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

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

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