Html Css Color HEX #423071 Windsor

📋 copy color: '#423071'

red 66 ◦ green 48 ◦ blue 113

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

Shades of Windsor #423071

Tints of Windsor #423071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.15%

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

R = 29.07%
G = 21.15%
B = 49.78%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#423071 (or 0x423071) is known color: Windsor. HEX triplet: 42, 30 and 71. RGB value is (66,48,113). Sum of RGB (Red+Green+Blue) = 66+48+113=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #423071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423071 is #BDCF8E. Grayscale: #3C3C3C. Windows color (decimal): -12439439 or 7417922. OLE color: 7417922.

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

Color convert

RGB 66 48 113 -
CMYK 0.42 0.58 0 0.56
HSL 256.62º 0.4% 0.32% -
HSV(B) 256.62º 0.58% 0.44% -
XYZ 6.28 4.46 16.15 -
YUV 60.79 157.46 131.71 -
System Red Green Blue C M Y K H S L
Decimal 66 48 113 0.42 0.58 0 0.56 256.62 0.4 0.32
Hex 42 30 71 2A 3A 0 38 101 28 20
Octal 102 60 161 52 72 0 70 401 50 40
Binary 1000010 110000 1110001 101010 111010 0 111000 100000001 101000 100000

Color Harmonies of #423071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423071

Black with #423071

Text Example


Text Example

White with #423071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423071; }

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

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

background-color css

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

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

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

border-color css

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

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

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