Html Css Color HEX #3C2C7D Windsor

📋 copy color: '#3C2C7D'

red 60 ◦ green 44 ◦ blue 125

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

Shades of Windsor #3C2C7D

Tints of Windsor #3C2C7D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.21%

 BLUE value IS 125 (49.22% from 255) = 54.59%

R = 26.2%
G = 19.21%
B = 54.59%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3C2C7D (or 0x3C2C7D) is known color: Windsor. HEX triplet: 3C, 2C and 7D. RGB value is (60,44,125). Sum of RGB (Red+Green+Blue) = 60+44+125=229 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.20% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #3C2C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2C7D is #C3D382. Grayscale: #393939. Windows color (decimal): -12833667 or 8203324. OLE color: 8203324.

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

Color convert

RGB 60 44 125 -
CMYK 0.52 0.65 0 0.51
HSL 251.85º 0.48% 0.33% -
HSV(B) 251.85º 0.65% 0.49% -
XYZ 6.47 4.24 19.88 -
YUV 58.02 165.8 129.41 -
System Red Green Blue C M Y K H S L
Decimal 60 44 125 0.52 0.65 0 0.51 251.85 0.48 0.33
Hex 3C 2C 7D 34 41 0 33 FC 30 21
Octal 74 54 175 64 101 0 63 374 60 41
Binary 111100 101100 1111101 110100 1000001 0 110011 11111100 110000 100001

Color Harmonies of #3C2C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2C7D

Black with #3C2C7D

Text Example


Text Example

White with #3C2C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,44,125); }

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

background-color css

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

 a { background-color: rgb(60,44,125); }

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

border-color css

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

 span { border-color: rgb(60,44,125); }

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