Html Css Color HEX #423375 Windsor

📋 copy color: '#423375'

red 66 ◦ green 51 ◦ blue 117

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

Shades of Windsor #423375

Tints of Windsor #423375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 50%

R = 28.21%
G = 21.79%
B = 50%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#423375 (or 0x423375) is known color: Windsor. HEX triplet: 42, 33 and 75. RGB value is (66,51,117). Sum of RGB (Red+Green+Blue) = 66+51+117=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #423375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423375 is #BDCC8A. Grayscale: #3E3E3E. Windows color (decimal): -12438667 or 7680834. OLE color: 7680834.

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

Color convert

RGB 66 51 117 -
CMYK 0.44 0.56 0 0.54
HSL 253.64º 0.39% 0.33% -
HSV(B) 253.64º 0.56% 0.46% -
XYZ 6.64 4.81 17.41 -
YUV 63.01 158.47 130.13 -
System Red Green Blue C M Y K H S L
Decimal 66 51 117 0.44 0.56 0 0.54 253.64 0.39 0.33
Hex 42 33 75 2C 38 0 36 FE 27 21
Octal 102 63 165 54 70 0 66 376 47 41
Binary 1000010 110011 1110101 101100 111000 0 110110 11111110 100111 100001

Color Harmonies of #423375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423375

Black with #423375

Text Example


Text Example

White with #423375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423375; }

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

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

background-color css

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

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

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

border-color css

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

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

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