Html Css Color HEX #3C217B Windsor

📋 copy color: '#3C217B'

red 60 ◦ green 33 ◦ blue 123

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

Shades of Windsor #3C217B

Tints of Windsor #3C217B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.28%

 BLUE value IS 123 (48.44% from 255) = 56.94%

R = 27.78%
G = 15.28%
B = 56.94%

CMYK

 C value IS 0.51

 M value IS 0.73

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3C217B (or 0x3C217B) is known color: Windsor. HEX triplet: 3C, 21 and 7B. RGB value is (60,33,123). Sum of RGB (Red+Green+Blue) = 60+33+123=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 123 (48.44% from 255 or 56.94% from 216); Max value from RGB is 123 - color contains mainly: blue. Hex color #3C217B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C217B is #C3DE84. Grayscale: #333333. Windows color (decimal): -12836485 or 8069436. OLE color: 8069436.

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

Color convert

RGB 60 33 123 -
CMYK 0.51 0.73 0 0.52
HSL 258º 0.58% 0.31% -
HSV(B) 258º 0.73% 0.48% -
XYZ 5.98 3.48 19.09 -
YUV 51.33 168.45 134.18 -
System Red Green Blue C M Y K H S L
Decimal 60 33 123 0.51 0.73 0 0.52 258 0.58 0.31
Hex 3C 21 7B 33 49 0 34 102 3A 1F
Octal 74 41 173 63 111 0 64 402 72 37
Binary 111100 100001 1111011 110011 1001001 0 110100 100000010 111010 11111

Color Harmonies of #3C217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C217B

Black with #3C217B

Text Example


Text Example

White with #3C217B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,33,123); }

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

background-color css

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

 a { background-color: rgb(60,33,123); }

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

border-color css

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

 span { border-color: rgb(60,33,123); }

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