Html Css Color HEX #3C1F73 Windsor

📋 copy color: '#3C1F73'

red 60 ◦ green 31 ◦ blue 115

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

Shades of Windsor #3C1F73

Tints of Windsor #3C1F73

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.05%

 BLUE value IS 115 (45.31% from 255) = 55.83%

R = 29.13%
G = 15.05%
B = 55.83%

CMYK

 C value IS 0.48

 M value IS 0.73

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3C1F73 (or 0x3C1F73) is known color: Windsor. HEX triplet: 3C, 1F and 73. RGB value is (60,31,115). Sum of RGB (Red+Green+Blue) = 60+31+115=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #3C1F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C1F73 is #C3E08C. Grayscale: #303030. Windows color (decimal): -12837005 or 7544636. OLE color: 7544636.

HSL color Cylindrical-coordinate representation of color #3C1F73: hue angle of 260.71º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C1F73 is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 31 115 -
CMYK 0.48 0.73 0 0.55
HSL 260.71º 0.58% 0.29% -
HSV(B) 260.71º 0.73% 0.45% -
XYZ 5.45 3.18 16.55 -
YUV 49.25 165.11 135.67 -
System Red Green Blue C M Y K H S L
Decimal 60 31 115 0.48 0.73 0 0.55 260.71 0.58 0.29
Hex 3C 1F 73 30 49 0 37 105 3A 1D
Octal 74 37 163 60 111 0 67 405 72 35
Binary 111100 11111 1110011 110000 1001001 0 110111 100000101 111010 11101

Color Harmonies of #3C1F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1F73

Black with #3C1F73

Text Example


Text Example

White with #3C1F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,31,115); }

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

background-color css

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

 a { background-color: rgb(60,31,115); }

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

border-color css

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

 span { border-color: rgb(60,31,115); }

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