Html Css Color HEX #3C2781 Windsor

📋 copy color: '#3C2781'

red 60 ◦ green 39 ◦ blue 129

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

Shades of Windsor #3C2781

Tints of Windsor #3C2781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 56.58%

R = 26.32%
G = 17.11%
B = 56.58%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3C2781 (or 0x3C2781) is known color: Windsor. HEX triplet: 3C, 27 and 81. RGB value is (60,39,129). Sum of RGB (Red+Green+Blue) = 60+39+129=228 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.32% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 129 (50.78% from 255 or 56.58% from 228); Max value from RGB is 129 - color contains mainly: blue. Hex color #3C2781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2781 is #C3D87E. Grayscale: #373737. Windows color (decimal): -12834943 or 8464188. OLE color: 8464188.

HSL color Cylindrical-coordinate representation of color #3C2781: hue angle of 254º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C2781 is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 60 39 129 -
CMYK 0.53 0.70 0 0.49
HSL 254º 0.54% 0.33% -
HSV(B) 254º 0.7% 0.51% -
XYZ 6.55 4 21.2 -
YUV 55.54 169.46 131.18 -
System Red Green Blue C M Y K H S L
Decimal 60 39 129 0.53 0.70 0 0.49 254 0.54 0.33
Hex 3C 27 81 35 46 0 31 FE 36 21
Octal 74 47 201 65 106 0 61 376 66 41
Binary 111100 100111 10000001 110101 1000110 0 110001 11111110 110110 100001

Color Harmonies of #3C2781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2781

Black with #3C2781

Text Example


Text Example

White with #3C2781

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,39,129); }

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

background-color css

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

 a { background-color: rgb(60,39,129); }

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

border-color css

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

 span { border-color: rgb(60,39,129); }

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