Html Css Color HEX #423075 Windsor

📋 copy color: '#423075'

red 66 ◦ green 48 ◦ blue 117

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

Shades of Windsor #423075

Tints of Windsor #423075

RGB

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

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

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

R = 28.57%
G = 20.78%
B = 50.65%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#423075 (or 0x423075) is known color: Windsor. HEX triplet: 42, 30 and 75. RGB value is (66,48,117). Sum of RGB (Red+Green+Blue) = 66+48+117=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 117 (46.09% from 255 or 50.65% from 231); Max value from RGB is 117 - color contains mainly: blue. Hex color #423075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423075 is #BDCF8A. Grayscale: #3C3C3C. Windows color (decimal): -12439435 or 7680066. OLE color: 7680066.

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

Color convert

RGB 66 48 117 -
CMYK 0.44 0.59 0 0.54
HSL 255.65º 0.42% 0.32% -
HSV(B) 255.65º 0.59% 0.46% -
XYZ 6.51 4.56 17.37 -
YUV 61.25 159.46 131.39 -
System Red Green Blue C M Y K H S L
Decimal 66 48 117 0.44 0.59 0 0.54 255.65 0.42 0.32
Hex 42 30 75 2C 3B 0 36 100 2A 20
Octal 102 60 165 54 73 0 66 400 52 40
Binary 1000010 110000 1110101 101100 111011 0 110110 100000000 101010 100000

Color Harmonies of #423075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423075

Black with #423075

Text Example


Text Example

White with #423075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423075; }

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

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

background-color css

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

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

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

border-color css

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

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

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