Html Css Color HEX #433182 Windsor

📋 copy color: '#433182'

red 67 ◦ green 49 ◦ blue 130

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

Shades of Windsor #433182

Tints of Windsor #433182

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.92%

 BLUE value IS 130 (51.17% from 255) = 52.85%

R = 27.24%
G = 19.92%
B = 52.85%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#433182 (or 0x433182) is known color: Windsor. HEX triplet: 43, 31 and 82. RGB value is (67,49,130). Sum of RGB (Red+Green+Blue) = 67+49+130=246 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.24% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #433182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433182 is #BCCE7D. Grayscale: #3F3F3F. Windows color (decimal): -12373630 or 8532291. OLE color: 8532291.

HSL color Cylindrical-coordinate representation of color #433182: hue angle of 253.33º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #433182 is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 67 49 130 -
CMYK 0.48 0.62 0 0.49
HSL 253.33º 0.45% 0.35% -
HSV(B) 253.33º 0.62% 0.51% -
XYZ 7.44 5 21.69 -
YUV 63.62 165.46 130.41 -
System Red Green Blue C M Y K H S L
Decimal 67 49 130 0.48 0.62 0 0.49 253.33 0.45 0.35
Hex 43 31 82 30 3E 0 31 FD 2D 23
Octal 103 61 202 60 76 0 61 375 55 43
Binary 1000011 110001 10000010 110000 111110 0 110001 11111101 101101 100011

Color Harmonies of #433182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433182

Black with #433182

Text Example


Text Example

White with #433182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433182; }

 p { color: rgb(67,49,130); }

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

background-color css

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

 a { background-color: rgb(67,49,130); }

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

border-color css

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

 span { border-color: rgb(67,49,130); }

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