Html Css Color HEX #3C2582 Windsor

📋 copy color: '#3C2582'

red 60 ◦ green 37 ◦ blue 130

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

Shades of Windsor #3C2582

Tints of Windsor #3C2582

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.3%

 BLUE value IS 130 (51.17% from 255) = 57.27%

R = 26.43%
G = 16.3%
B = 57.27%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3C2582 (or 0x3C2582) is known color: Windsor. HEX triplet: 3C, 25 and 82. RGB value is (60,37,130). Sum of RGB (Red+Green+Blue) = 60+37+130=227 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.43% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 130 (51.17% from 255 or 57.27% from 227); Max value from RGB is 130 - color contains mainly: blue. Hex color #3C2582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2582 is #C3DA7D. Grayscale: #363636. Windows color (decimal): -12835454 or 8529212. OLE color: 8529212.

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

Color convert

RGB 60 37 130 -
CMYK 0.54 0.72 0 0.49
HSL 254.84º 0.56% 0.33% -
HSV(B) 254.84º 0.72% 0.51% -
XYZ 6.55 3.9 21.53 -
YUV 54.48 170.62 131.94 -
System Red Green Blue C M Y K H S L
Decimal 60 37 130 0.54 0.72 0 0.49 254.84 0.56 0.33
Hex 3C 25 82 36 48 0 31 FF 38 21
Octal 74 45 202 66 110 0 61 377 70 41
Binary 111100 100101 10000010 110110 1001000 0 110001 11111111 111000 100001

Color Harmonies of #3C2582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2582

Black with #3C2582

Text Example


Text Example

White with #3C2582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,37,130); }

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

background-color css

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

 a { background-color: rgb(60,37,130); }

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

border-color css

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

 span { border-color: rgb(60,37,130); }

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