Html Css Color HEX #433075 Windsor

📋 copy color: '#433075'

red 67 ◦ green 48 ◦ blue 117

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

Shades of Windsor #433075

Tints of Windsor #433075

RGB

 RED value IS 67 (26.56% from 255) = 28.88%

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

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

R = 28.88%
G = 20.69%
B = 50.43%

CMYK

 C value IS 0.43

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#433075 (or 0x433075) is known color: Windsor. HEX triplet: 43, 30 and 75. RGB value is (67,48,117). Sum of RGB (Red+Green+Blue) = 67+48+117=232 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.88% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #433075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433075 is #BCCF8A. Grayscale: #3D3D3D. Windows color (decimal): -12373899 or 7680067. OLE color: 7680067.

HSL color Cylindrical-coordinate representation of color #433075: hue angle of 256.52º 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 #433075 is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 67 48 117 -
CMYK 0.43 0.59 0 0.54
HSL 256.52º 0.42% 0.32% -
HSV(B) 256.52º 0.59% 0.46% -
XYZ 6.58 4.59 17.37 -
YUV 61.55 159.29 131.89 -
System Red Green Blue C M Y K H S L
Decimal 67 48 117 0.43 0.59 0 0.54 256.52 0.42 0.32
Hex 43 30 75 2B 3B 0 36 101 2A 20
Octal 103 60 165 53 73 0 66 401 52 40
Binary 1000011 110000 1110101 101011 111011 0 110110 100000001 101010 100000

Color Harmonies of #433075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433075

Black with #433075

Text Example


Text Example

White with #433075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433075; }

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

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

background-color css

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

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

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

border-color css

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

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

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