Html Css Color HEX #431D8D Windsor

📋 copy color: '#431D8D'

red 67 ◦ green 29 ◦ blue 141

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

Shades of Windsor #431D8D

Tints of Windsor #431D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 59.49%

R = 28.27%
G = 12.24%
B = 59.49%

CMYK

 C value IS 0.52

 M value IS 0.79

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#431D8D (or 0x431D8D) is known color: Windsor. HEX triplet: 43, 1D and 8D. RGB value is (67,29,141). Sum of RGB (Red+Green+Blue) = 67+29+141=237 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.27% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 141 (55.47% from 255 or 59.49% from 237); Max value from RGB is 141 - color contains mainly: blue. Hex color #431D8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431D8D is #BCE272. Grayscale: #343434. Windows color (decimal): -12378739 or 9248067. OLE color: 9248067.

HSL color Cylindrical-coordinate representation of color #431D8D: hue angle of 260.36º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #431D8D is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 29 141 -
CMYK 0.52 0.79 0 0.45
HSL 260.36º 0.66% 0.33% -
HSV(B) 260.36º 0.79% 0.55% -
XYZ 7.56 4 25.57 -
YUV 53.13 177.59 137.89 -
System Red Green Blue C M Y K H S L
Decimal 67 29 141 0.52 0.79 0 0.45 260.36 0.66 0.33
Hex 43 1D 8D 34 4F 0 2D 104 42 21
Octal 103 35 215 64 117 0 55 404 102 41
Binary 1000011 11101 10001101 110100 1001111 0 101101 100000100 1000010 100001

Color Harmonies of #431D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431D8D

Black with #431D8D

Text Example


Text Example

White with #431D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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