Html Css Color HEX #423374 Windsor

📋 copy color: '#423374'

red 66 ◦ green 51 ◦ blue 116

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

Shades of Windsor #423374

Tints of Windsor #423374

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.89%

 BLUE value IS 116 (45.7% from 255) = 49.79%

R = 28.33%
G = 21.89%
B = 49.79%

CMYK

 C value IS 0.43

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#423374 (or 0x423374) is known color: Windsor. HEX triplet: 42, 33 and 74. RGB value is (66,51,116). Sum of RGB (Red+Green+Blue) = 66+51+116=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 116 (45.70% from 255 or 49.79% from 233); Max value from RGB is 116 - color contains mainly: blue. Hex color #423374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423374 is #BDCC8B. Grayscale: #3E3E3E. Windows color (decimal): -12438668 or 7615298. OLE color: 7615298.

HSL color Cylindrical-coordinate representation of color #423374: hue angle of 253.85º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #423374 is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 51 116 -
CMYK 0.43 0.56 0 0.55
HSL 253.85º 0.39% 0.33% -
HSV(B) 253.85º 0.56% 0.45% -
XYZ 6.58 4.79 17.1 -
YUV 62.9 157.97 130.21 -
System Red Green Blue C M Y K H S L
Decimal 66 51 116 0.43 0.56 0 0.55 253.85 0.39 0.33
Hex 42 33 74 2B 38 0 37 FE 27 21
Octal 102 63 164 53 70 0 67 376 47 41
Binary 1000010 110011 1110100 101011 111000 0 110111 11111110 100111 100001

Color Harmonies of #423374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423374

Black with #423374

Text Example


Text Example

White with #423374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423374; }

 p { color: rgb(66,51,116); }

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

background-color css

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

 a { background-color: rgb(66,51,116); }

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

border-color css

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

 span { border-color: rgb(66,51,116); }

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