Html Css Color HEX #423378 Windsor

📋 copy color: '#423378'

red 66 ◦ green 51 ◦ blue 120

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

Shades of Windsor #423378

Tints of Windsor #423378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 50.63%

R = 27.85%
G = 21.52%
B = 50.63%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#423378 (or 0x423378) is known color: Windsor. HEX triplet: 42, 33 and 78. RGB value is (66,51,120). Sum of RGB (Red+Green+Blue) = 66+51+120=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #423378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423378 is #BDCC87. Grayscale: #3F3F3F. Windows color (decimal): -12438664 or 7877442. OLE color: 7877442.

HSL color Cylindrical-coordinate representation of color #423378: hue angle of 253.04º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #423378 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 51 120 -
CMYK 0.45 0.58 0 0.53
HSL 253.04º 0.4% 0.34% -
HSV(B) 253.04º 0.58% 0.47% -
XYZ 6.82 4.88 18.35 -
YUV 63.35 159.97 129.89 -
System Red Green Blue C M Y K H S L
Decimal 66 51 120 0.45 0.58 0 0.53 253.04 0.4 0.34
Hex 42 33 78 2D 3A 0 35 FD 28 22
Octal 102 63 170 55 72 0 65 375 50 42
Binary 1000010 110011 1111000 101101 111010 0 110101 11111101 101000 100010

Color Harmonies of #423378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423378

Black with #423378

Text Example


Text Example

White with #423378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423378; }

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

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

background-color css

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

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

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

border-color css

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

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

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