Html Css Color HEX #431975 Windsor

📋 copy color: '#431975'

red 67 ◦ green 25 ◦ blue 117

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

Shades of Windsor #431975

Tints of Windsor #431975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.96%

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

R = 32.06%
G = 11.96%
B = 55.98%

CMYK

 C value IS 0.43

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#431975 (or 0x431975) is known color: Windsor. HEX triplet: 43, 19 and 75. RGB value is (67,25,117). Sum of RGB (Red+Green+Blue) = 67+25+117=209 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.06% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #431975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431975 is #BCE68A. Grayscale: #2F2F2F. Windows color (decimal): -12379787 or 7674179. OLE color: 7674179.

HSL color Cylindrical-coordinate representation of color #431975: hue angle of 267.39º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #431975 is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 67 25 117 -
CMYK 0.43 0.79 0 0.54
HSL 267.39º 0.65% 0.28% -
HSV(B) 267.39º 0.79% 0.46% -
XYZ 5.87 3.17 17.13 -
YUV 48.05 166.91 141.52 -
System Red Green Blue C M Y K H S L
Decimal 67 25 117 0.43 0.79 0 0.54 267.39 0.65 0.28
Hex 43 19 75 2B 4F 0 36 10B 41 1C
Octal 103 31 165 53 117 0 66 413 101 34
Binary 1000011 11001 1110101 101011 1001111 0 110110 100001011 1000001 11100

Color Harmonies of #431975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431975

Black with #431975

Text Example


Text Example

White with #431975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431975; }

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

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

background-color css

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

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

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

border-color css

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

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

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