Html Css Color HEX #39257E Windsor

📋 copy color: '#39257E'

red 57 ◦ green 37 ◦ blue 126

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

Shades of Windsor #39257E

Tints of Windsor #39257E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.82%

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

R = 25.91%
G = 16.82%
B = 57.27%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#39257E (or 0x39257E) is known color: Windsor. HEX triplet: 39, 25 and 7E. RGB value is (57,37,126). Sum of RGB (Red+Green+Blue) = 57+37+126=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 126 (49.61% from 255 or 57.27% from 220); Max value from RGB is 126 - color contains mainly: blue. Hex color #39257E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39257E is #C6DA81. Grayscale: #343434. Windows color (decimal): -13032066 or 8267065. OLE color: 8267065.

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

Color convert

RGB 57 37 126 -
CMYK 0.55 0.71 0 0.51
HSL 253.48º 0.55% 0.32% -
HSV(B) 253.48º 0.71% 0.49% -
XYZ 6.11 3.7 20.13 -
YUV 53.13 169.13 130.76 -
System Red Green Blue C M Y K H S L
Decimal 57 37 126 0.55 0.71 0 0.51 253.48 0.55 0.32
Hex 39 25 7E 37 47 0 33 FD 37 20
Octal 71 45 176 67 107 0 63 375 67 40
Binary 111001 100101 1111110 110111 1000111 0 110011 11111101 110111 100000

Color Harmonies of #39257E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39257E

Black with #39257E

Text Example


Text Example

White with #39257E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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