Html Css Color HEX #39257A Windsor

📋 copy color: '#39257A'

red 57 ◦ green 37 ◦ blue 122

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

Shades of Windsor #39257A

Tints of Windsor #39257A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 56.48%

R = 26.39%
G = 17.13%
B = 56.48%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#39257A (or 0x39257A) is known color: Windsor. HEX triplet: 39, 25 and 7A. RGB value is (57,37,122). Sum of RGB (Red+Green+Blue) = 57+37+122=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 122 (48.05% from 255 or 56.48% from 216); Max value from RGB is 122 - color contains mainly: blue. Hex color #39257A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39257A is #C6DA85. Grayscale: #343434. Windows color (decimal): -13032070 or 8004921. OLE color: 8004921.

HSL color Cylindrical-coordinate representation of color #39257A: hue angle of 254.12º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39257A is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 57 37 122 -
CMYK 0.53 0.70 0 0.52
HSL 254.12º 0.53% 0.31% -
HSV(B) 254.12º 0.7% 0.48% -
XYZ 5.86 3.6 18.8 -
YUV 52.67 167.13 131.09 -
System Red Green Blue C M Y K H S L
Decimal 57 37 122 0.53 0.70 0 0.52 254.12 0.53 0.31
Hex 39 25 7A 35 46 0 34 FE 35 1F
Octal 71 45 172 65 106 0 64 376 65 37
Binary 111001 100101 1111010 110101 1000110 0 110100 11111110 110101 11111

Color Harmonies of #39257A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39257A

Black with #39257A

Text Example


Text Example

White with #39257A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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