Html Css Color HEX #431D75 Windsor

📋 copy color: '#431D75'

red 67 ◦ green 29 ◦ blue 117

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

Shades of Windsor #431D75

Tints of Windsor #431D75

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.62%

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

R = 31.46%
G = 13.62%
B = 54.93%

CMYK

 C value IS 0.43

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#431D75 (or 0x431D75) is known color: Windsor. HEX triplet: 43, 1D and 75. RGB value is (67,29,117). Sum of RGB (Red+Green+Blue) = 67+29+117=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 29 (11.72% from 255 or 13.62% from 213); Blue value is 117 (46.09% from 255 or 54.93% from 213); Max value from RGB is 117 - color contains mainly: blue. Hex color #431D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431D75 is #BCE28A. Grayscale: #323232. Windows color (decimal): -12378763 or 7675203. OLE color: 7675203.

HSL color Cylindrical-coordinate representation of color #431D75: hue angle of 265.91º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #431D75 is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 67 29 117 -
CMYK 0.43 0.75 0 0.54
HSL 265.91º 0.6% 0.29% -
HSV(B) 265.91º 0.75% 0.46% -
XYZ 5.96 3.36 17.16 -
YUV 50.39 165.59 139.84 -
System Red Green Blue C M Y K H S L
Decimal 67 29 117 0.43 0.75 0 0.54 265.91 0.6 0.29
Hex 43 1D 75 2B 4B 0 36 10A 3C 1D
Octal 103 35 165 53 113 0 66 412 74 35
Binary 1000011 11101 1110101 101011 1001011 0 110110 100001010 111100 11101

Color Harmonies of #431D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431D75

Black with #431D75

Text Example


Text Example

White with #431D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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