Html Css Color HEX #423171 Windsor

📋 copy color: '#423171'

red 66 ◦ green 49 ◦ blue 113

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

Shades of Windsor #423171

Tints of Windsor #423171

RGB

 RED value IS 66 (26.17% from 255) = 28.95%

 GREEN value IS 49 (19.53% from 255) = 21.49%

 BLUE value IS 113 (44.53% from 255) = 49.56%

R = 28.95%
G = 21.49%
B = 49.56%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#423171 (or 0x423171) is known color: Windsor. HEX triplet: 42, 31 and 71. RGB value is (66,49,113). Sum of RGB (Red+Green+Blue) = 66+49+113=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #423171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423171 is #BDCE8E. Grayscale: #3D3D3D. Windows color (decimal): -12439183 or 7418178. OLE color: 7418178.

HSL color Cylindrical-coordinate representation of color #423171: hue angle of 255.94º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #423171 is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 49 113 -
CMYK 0.42 0.57 0 0.56
HSL 255.94º 0.4% 0.32% -
HSV(B) 255.94º 0.57% 0.44% -
XYZ 6.33 4.55 16.17 -
YUV 61.38 157.13 131.3 -
System Red Green Blue C M Y K H S L
Decimal 66 49 113 0.42 0.57 0 0.56 255.94 0.4 0.32
Hex 42 31 71 2A 39 0 38 100 28 20
Octal 102 61 161 52 71 0 70 400 50 40
Binary 1000010 110001 1110001 101010 111001 0 111000 100000000 101000 100000

Color Harmonies of #423171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423171

Black with #423171

Text Example


Text Example

White with #423171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423171; }

 p { color: rgb(66,49,113); }

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

background-color css

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

 a { background-color: rgb(66,49,113); }

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

border-color css

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

 span { border-color: rgb(66,49,113); }

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