Html Css Color HEX #452581 Windsor

📋 copy color: '#452581'

red 69 ◦ green 37 ◦ blue 129

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

Shades of Windsor #452581

Tints of Windsor #452581

RGB

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

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

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

R = 29.36%
G = 15.74%
B = 54.89%

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

#452581 (or 0x452581) is known color: Windsor. HEX triplet: 45, 25 and 81. RGB value is (69,37,129). Sum of RGB (Red+Green+Blue) = 69+37+129=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 129 (50.78% from 255 or 54.89% from 235); Max value from RGB is 129 - color contains mainly: blue. Hex color #452581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452581 is #BADA7E. Grayscale: #383838. Windows color (decimal): -12245631 or 8463685. OLE color: 8463685.

HSL color Cylindrical-coordinate representation of color #452581: hue angle of 260.87º degrees, saturation: 0.55, 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 #452581 is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 69 37 129 -
CMYK 0.47 0.71 0 0.49
HSL 260.87º 0.55% 0.33% -
HSV(B) 260.87º 0.71% 0.51% -
XYZ 7.08 4.17 21.2 -
YUV 57.06 168.6 136.52 -
System Red Green Blue C M Y K H S L
Decimal 69 37 129 0.47 0.71 0 0.49 260.87 0.55 0.33
Hex 45 25 81 2F 47 0 31 105 37 21
Octal 105 45 201 57 107 0 61 405 67 41
Binary 1000101 100101 10000001 101111 1000111 0 110001 100000101 110111 100001

Color Harmonies of #452581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452581

Black with #452581

Text Example


Text Example

White with #452581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452581; }

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

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

background-color css

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

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

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

border-color css

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

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

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