Html Css Color HEX #431E81 Windsor

📋 copy color: '#431E81'

red 67 ◦ green 30 ◦ blue 129

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

Shades of Windsor #431E81

Tints of Windsor #431E81

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.27%

 BLUE value IS 129 (50.78% from 255) = 57.08%

R = 29.65%
G = 13.27%
B = 57.08%

CMYK

 C value IS 0.48

 M value IS 0.77

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#431E81 (or 0x431E81) is known color: Windsor. HEX triplet: 43, 1E and 81. RGB value is (67,30,129). Sum of RGB (Red+Green+Blue) = 67+30+129=226 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.65% from 226); Green value is 30 (12.11% from 255 or 13.27% from 226); Blue value is 129 (50.78% from 255 or 57.08% from 226); Max value from RGB is 129 - color contains mainly: blue. Hex color #431E81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431E81 is #BCE17E. Grayscale: #333333. Windows color (decimal): -12378495 or 8461891. OLE color: 8461891.

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

Color convert

RGB 67 30 129 -
CMYK 0.48 0.77 0 0.49
HSL 262.42º 0.62% 0.31% -
HSV(B) 262.42º 0.77% 0.51% -
XYZ 6.74 3.71 21.13 -
YUV 52.35 171.26 138.45 -
System Red Green Blue C M Y K H S L
Decimal 67 30 129 0.48 0.77 0 0.49 262.42 0.62 0.31
Hex 43 1E 81 30 4D 0 31 106 3E 1F
Octal 103 36 201 60 115 0 61 406 76 37
Binary 1000011 11110 10000001 110000 1001101 0 110001 100000110 111110 11111

Color Harmonies of #431E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431E81

Black with #431E81

Text Example


Text Example

White with #431E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,30,129); }

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

background-color css

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

 a { background-color: rgb(67,30,129); }

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

border-color css

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

 span { border-color: rgb(67,30,129); }

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