Html Css Color HEX #3C2681 Windsor

📋 copy color: '#3C2681'

red 60 ◦ green 38 ◦ blue 129

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

Shades of Windsor #3C2681

Tints of Windsor #3C2681

RGB

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

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

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

R = 26.43%
G = 16.74%
B = 56.83%

CMYK

 C value IS 0.53

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3C2681 (or 0x3C2681) is known color: Windsor. HEX triplet: 3C, 26 and 81. RGB value is (60,38,129). Sum of RGB (Red+Green+Blue) = 60+38+129=227 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.43% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 129 (50.78% from 255 or 56.83% from 227); Max value from RGB is 129 - color contains mainly: blue. Hex color #3C2681 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2681 is #C3D97E. Grayscale: #363636. Windows color (decimal): -12835199 or 8463932. OLE color: 8463932.

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

Color convert

RGB 60 38 129 -
CMYK 0.53 0.71 0 0.49
HSL 254.51º 0.54% 0.33% -
HSV(B) 254.51º 0.71% 0.51% -
XYZ 6.52 3.93 21.18 -
YUV 54.95 169.79 131.6 -
System Red Green Blue C M Y K H S L
Decimal 60 38 129 0.53 0.71 0 0.49 254.51 0.54 0.33
Hex 3C 26 81 35 47 0 31 FF 36 21
Octal 74 46 201 65 107 0 61 377 66 41
Binary 111100 100110 10000001 110101 1000111 0 110001 11111111 110110 100001

Color Harmonies of #3C2681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2681

Black with #3C2681

Text Example


Text Example

White with #3C2681

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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