Html Css Color HEX #452681 Windsor

📋 copy color: '#452681'

red 69 ◦ green 38 ◦ blue 129

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

Shades of Windsor #452681

Tints of Windsor #452681

RGB

 RED value IS 69 (27.34% from 255) = 29.24%

 GREEN value IS 38 (15.23% from 255) = 16.1%

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

R = 29.24%
G = 16.1%
B = 54.66%

CMYK

 C value IS 0.47

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#452681 (or 0x452681) is known color: Windsor. HEX triplet: 45, 26 and 81. RGB value is (69,38,129). Sum of RGB (Red+Green+Blue) = 69+38+129=236 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.24% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 129 (50.78% from 255 or 54.66% from 236); Max value from RGB is 129 - color contains mainly: blue. Hex color #452681 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452681 is #BAD97E. Grayscale: #393939. Windows color (decimal): -12245375 or 8463941. OLE color: 8463941.

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

Color convert

RGB 69 38 129 -
CMYK 0.47 0.71 0 0.49
HSL 260.44º 0.54% 0.33% -
HSV(B) 260.44º 0.71% 0.51% -
XYZ 7.11 4.24 21.21 -
YUV 57.64 168.27 136.1 -
System Red Green Blue C M Y K H S L
Decimal 69 38 129 0.47 0.71 0 0.49 260.44 0.54 0.33
Hex 45 26 81 2F 47 0 31 104 36 21
Octal 105 46 201 57 107 0 61 404 66 41
Binary 1000101 100110 10000001 101111 1000111 0 110001 100000100 110110 100001

Color Harmonies of #452681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452681

Black with #452681

Text Example


Text Example

White with #452681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452681; }

 p { color: rgb(69,38,129); }

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

background-color css

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

 a { background-color: rgb(69,38,129); }

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

border-color css

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

 span { border-color: rgb(69,38,129); }

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