Html Css Color HEX #362881 Windsor

📋 copy color: '#362881'

red 54 ◦ green 40 ◦ blue 129

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

Shades of Windsor #362881

Tints of Windsor #362881

RGB

 RED value IS 54 (21.48% from 255) = 24.22%

 GREEN value IS 40 (16.02% from 255) = 17.94%

 BLUE value IS 129 (50.78% from 255) = 57.85%

R = 24.22%
G = 17.94%
B = 57.85%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#362881 (or 0x362881) is known color: Windsor. HEX triplet: 36, 28 and 81. RGB value is (54,40,129). Sum of RGB (Red+Green+Blue) = 54+40+129=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 129 (50.78% from 255 or 57.85% from 223); Max value from RGB is 129 - color contains mainly: blue. Hex color #362881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362881 is #C9D77E. Grayscale: #353535. Windows color (decimal): -13227903 or 8464438. OLE color: 8464438.

HSL color Cylindrical-coordinate representation of color #362881: hue angle of 249.44º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #362881 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 40 129 -
CMYK 0.58 0.69 0 0.49
HSL 249.44º 0.53% 0.33% -
HSV(B) 249.44º 0.69% 0.51% -
XYZ 6.24 3.89 21.19 -
YUV 54.33 170.14 127.76 -
System Red Green Blue C M Y K H S L
Decimal 54 40 129 0.58 0.69 0 0.49 249.44 0.53 0.33
Hex 36 28 81 3A 45 0 31 F9 35 21
Octal 66 50 201 72 105 0 61 371 65 41
Binary 110110 101000 10000001 111010 1000101 0 110001 11111001 110101 100001

Color Harmonies of #362881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362881

Black with #362881

Text Example


Text Example

White with #362881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362881; }

 p { color: rgb(54,40,129); }

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

background-color css

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

 a { background-color: rgb(54,40,129); }

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

border-color css

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

 span { border-color: rgb(54,40,129); }

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