Html Css Color HEX #423181 Windsor

📋 copy color: '#423181'

red 66 ◦ green 49 ◦ blue 129

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

Shades of Windsor #423181

Tints of Windsor #423181

RGB

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

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

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

R = 27.05%
G = 20.08%
B = 52.87%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#423181 (or 0x423181) is known color: Windsor. HEX triplet: 42, 31 and 81. RGB value is (66,49,129). Sum of RGB (Red+Green+Blue) = 66+49+129=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 129 (50.78% from 255 or 52.87% from 244); Max value from RGB is 129 - color contains mainly: blue. Hex color #423181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423181 is #BDCE7E. Grayscale: #3E3E3E. Windows color (decimal): -12439167 or 8466754. OLE color: 8466754.

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

Color convert

RGB 66 49 129 -
CMYK 0.49 0.62 0 0.49
HSL 252.75º 0.45% 0.35% -
HSV(B) 252.75º 0.62% 0.51% -
XYZ 7.31 4.94 21.34 -
YUV 63.2 165.13 130 -
System Red Green Blue C M Y K H S L
Decimal 66 49 129 0.49 0.62 0 0.49 252.75 0.45 0.35
Hex 42 31 81 31 3E 0 31 FD 2D 23
Octal 102 61 201 61 76 0 61 375 55 43
Binary 1000010 110001 10000001 110001 111110 0 110001 11111101 101101 100011

Color Harmonies of #423181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423181

Black with #423181

Text Example


Text Example

White with #423181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423181; }

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

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

background-color css

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

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

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

border-color css

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

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

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