Html Css Color HEX #3C277A Windsor

📋 copy color: '#3C277A'

red 60 ◦ green 39 ◦ blue 122

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

Shades of Windsor #3C277A

Tints of Windsor #3C277A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 55.2%

R = 27.15%
G = 17.65%
B = 55.2%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3C277A (or 0x3C277A) is known color: Windsor. HEX triplet: 3C, 27 and 7A. RGB value is (60,39,122). Sum of RGB (Red+Green+Blue) = 60+39+122=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 122 (48.05% from 255 or 55.20% from 221); Max value from RGB is 122 - color contains mainly: blue. Hex color #3C277A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C277A is #C3D885. Grayscale: #363636. Windows color (decimal): -12834950 or 8005436. OLE color: 8005436.

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

Color convert

RGB 60 39 122 -
CMYK 0.51 0.68 0 0.52
HSL 255.18º 0.52% 0.32% -
HSV(B) 255.18º 0.68% 0.48% -
XYZ 6.1 3.82 18.83 -
YUV 54.74 165.96 131.75 -
System Red Green Blue C M Y K H S L
Decimal 60 39 122 0.51 0.68 0 0.52 255.18 0.52 0.32
Hex 3C 27 7A 33 44 0 34 FF 34 20
Octal 74 47 172 63 104 0 64 377 64 40
Binary 111100 100111 1111010 110011 1000100 0 110100 11111111 110100 100000

Color Harmonies of #3C277A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C277A

Black with #3C277A

Text Example


Text Example

White with #3C277A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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