Html Css Color HEX #3C2489 Windsor

📋 copy color: '#3C2489'

red 60 ◦ green 36 ◦ blue 137

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

Shades of Windsor #3C2489

Tints of Windsor #3C2489

RGB

 RED value IS 60 (23.83% from 255) = 25.75%

 GREEN value IS 36 (14.45% from 255) = 15.45%

 BLUE value IS 137 (53.91% from 255) = 58.8%

R = 25.75%
G = 15.45%
B = 58.8%

CMYK

 C value IS 0.56

 M value IS 0.74

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3C2489 (or 0x3C2489) is known color: Windsor. HEX triplet: 3C, 24 and 89. RGB value is (60,36,137). Sum of RGB (Red+Green+Blue) = 60+36+137=233 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.75% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 137 (53.91% from 255 or 58.80% from 233); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C2489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2489 is #C3DB76. Grayscale: #363636. Windows color (decimal): -12835703 or 8987708. OLE color: 8987708.

HSL color Cylindrical-coordinate representation of color #3C2489: hue angle of 254.26º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C2489 is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 36 137 -
CMYK 0.56 0.74 0 0.46
HSL 254.26º 0.58% 0.34% -
HSV(B) 254.26º 0.74% 0.54% -
XYZ 7.01 4.03 24.08 -
YUV 54.69 174.45 131.79 -
System Red Green Blue C M Y K H S L
Decimal 60 36 137 0.56 0.74 0 0.46 254.26 0.58 0.34
Hex 3C 24 89 38 4A 0 2E FE 3A 22
Octal 74 44 211 70 112 0 56 376 72 42
Binary 111100 100100 10001001 111000 1001010 0 101110 11111110 111010 100010

Color Harmonies of #3C2489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2489

Black with #3C2489

Text Example


Text Example

White with #3C2489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C2489; }

 p { color: rgb(60,36,137); }

 H1.HeaderClassName
 {
   color: #3C2489;
 }
 .AnyTagClassName
 {
   color: #3C2489;
 }
</style>

background-color css

<style>
 a { background-color: #3C2489; }

 a { background-color: rgb(60,36,137); }

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

border-color css

<style>
 span { border-color: #3C2489; }

 span { border-color: rgb(60,36,137); }

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