Html Css Color HEX #39267C Windsor

📋 copy color: '#39267C'

red 57 ◦ green 38 ◦ blue 124

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

Shades of Windsor #39267C

Tints of Windsor #39267C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.35%

 BLUE value IS 124 (48.83% from 255) = 56.62%

R = 26.03%
G = 17.35%
B = 56.62%

CMYK

 C value IS 0.54

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#39267C (or 0x39267C) is known color: Windsor. HEX triplet: 39, 26 and 7C. RGB value is (57,38,124). Sum of RGB (Red+Green+Blue) = 57+38+124=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 124 (48.83% from 255 or 56.62% from 219); Max value from RGB is 124 - color contains mainly: blue. Hex color #39267C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39267C is #C6D983. Grayscale: #353535. Windows color (decimal): -13031812 or 8136249. OLE color: 8136249.

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

Color convert

RGB 57 38 124 -
CMYK 0.54 0.69 0 0.51
HSL 253.26º 0.53% 0.32% -
HSV(B) 253.26º 0.69% 0.49% -
XYZ 6.02 3.71 19.47 -
YUV 53.49 167.79 130.51 -
System Red Green Blue C M Y K H S L
Decimal 57 38 124 0.54 0.69 0 0.51 253.26 0.53 0.32
Hex 39 26 7C 36 45 0 33 FD 35 20
Octal 71 46 174 66 105 0 63 375 65 40
Binary 111001 100110 1111100 110110 1000101 0 110011 11111101 110101 100000

Color Harmonies of #39267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39267C

Black with #39267C

Text Example


Text Example

White with #39267C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39267C; }

 p { color: rgb(57,38,124); }

 H1.HeaderClassName
 {
   color: #39267C;
 }
 .AnyTagClassName
 {
   color: #39267C;
 }
</style>

background-color css

<style>
 a { background-color: #39267C; }

 a { background-color: rgb(57,38,124); }

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

border-color css

<style>
 span { border-color: #39267C; }

 span { border-color: rgb(57,38,124); }

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