Html Css Color HEX #423273 Windsor

📋 copy color: '#423273'

red 66 ◦ green 50 ◦ blue 115

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

Shades of Windsor #423273

Tints of Windsor #423273

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.65%

 BLUE value IS 115 (45.31% from 255) = 49.78%

R = 28.57%
G = 21.65%
B = 49.78%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#423273 (or 0x423273) is known color: Windsor. HEX triplet: 42, 32 and 73. RGB value is (66,50,115). Sum of RGB (Red+Green+Blue) = 66+50+115=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #423273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423273 is #BDCD8C. Grayscale: #3D3D3D. Windows color (decimal): -12438925 or 7549506. OLE color: 7549506.

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

Color convert

RGB 66 50 115 -
CMYK 0.43 0.57 0 0.55
HSL 254.77º 0.39% 0.32% -
HSV(B) 254.77º 0.57% 0.45% -
XYZ 6.48 4.68 16.78 -
YUV 62.19 157.8 130.71 -
System Red Green Blue C M Y K H S L
Decimal 66 50 115 0.43 0.57 0 0.55 254.77 0.39 0.32
Hex 42 32 73 2B 39 0 37 FF 27 20
Octal 102 62 163 53 71 0 67 377 47 40
Binary 1000010 110010 1110011 101011 111001 0 110111 11111111 100111 100000

Color Harmonies of #423273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423273

Black with #423273

Text Example


Text Example

White with #423273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423273; }

 p { color: rgb(66,50,115); }

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

background-color css

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

 a { background-color: rgb(66,50,115); }

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

border-color css

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

 span { border-color: rgb(66,50,115); }

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