Html Css Color HEX #45197D Windsor

📋 copy color: '#45197D'

red 69 ◦ green 25 ◦ blue 125

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

Shades of Windsor #45197D

Tints of Windsor #45197D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.42%

 BLUE value IS 125 (49.22% from 255) = 57.08%

R = 31.51%
G = 11.42%
B = 57.08%

CMYK

 C value IS 0.45

 M value IS 0.8

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#45197D (or 0x45197D) is known color: Windsor. HEX triplet: 45, 19 and 7D. RGB value is (69,25,125). Sum of RGB (Red+Green+Blue) = 69+25+125=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 125 (49.22% from 255 or 57.08% from 219); Max value from RGB is 125 - color contains mainly: blue. Hex color #45197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45197D is #BAE682. Grayscale: #313131. Windows color (decimal): -12248707 or 8198469. OLE color: 8198469.

HSL color Cylindrical-coordinate representation of color #45197D: hue angle of 266.4º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #45197D is Cyan = 0.45, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 69 25 125 -
CMYK 0.45 0.8 0 0.51
HSL 266.4º 0.67% 0.29% -
HSV(B) 266.4º 0.8% 0.49% -
XYZ 6.5 3.44 19.72 -
YUV 49.56 170.58 141.87 -
System Red Green Blue C M Y K H S L
Decimal 69 25 125 0.45 0.8 0 0.51 266.4 0.67 0.29
Hex 45 19 7D 2D 50 0 33 10A 43 1D
Octal 105 31 175 55 120 0 63 412 103 35
Binary 1000101 11001 1111101 101101 1010000 0 110011 100001010 1000011 11101

Color Harmonies of #45197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45197D

Black with #45197D

Text Example


Text Example

White with #45197D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45197D; }

 p { color: rgb(69,25,125); }

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

background-color css

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

 a { background-color: rgb(69,25,125); }

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

border-color css

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

 span { border-color: rgb(69,25,125); }

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