Html Css Color HEX #433073 Windsor

📋 copy color: '#433073'

red 67 ◦ green 48 ◦ blue 115

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

Shades of Windsor #433073

Tints of Windsor #433073

RGB

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

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

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

R = 29.13%
G = 20.87%
B = 50%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#433073 (or 0x433073) is known color: Windsor. HEX triplet: 43, 30 and 73. RGB value is (67,48,115). Sum of RGB (Red+Green+Blue) = 67+48+115=230 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.13% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #433073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433073 is #BCCF8C. Grayscale: #3D3D3D. Windows color (decimal): -12373901 or 7548995. OLE color: 7548995.

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

Color convert

RGB 67 48 115 -
CMYK 0.42 0.58 0 0.55
HSL 257.01º 0.41% 0.32% -
HSV(B) 257.01º 0.58% 0.45% -
XYZ 6.47 4.55 16.76 -
YUV 61.32 158.29 132.05 -
System Red Green Blue C M Y K H S L
Decimal 67 48 115 0.42 0.58 0 0.55 257.01 0.41 0.32
Hex 43 30 73 2A 3A 0 37 101 29 20
Octal 103 60 163 52 72 0 67 401 51 40
Binary 1000011 110000 1110011 101010 111010 0 110111 100000001 101001 100000

Color Harmonies of #433073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433073

Black with #433073

Text Example


Text Example

White with #433073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433073; }

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

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

background-color css

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

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

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

border-color css

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

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

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