Html Css Color HEX #431A74 Windsor

📋 copy color: '#431A74'

red 67 ◦ green 26 ◦ blue 116

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

Shades of Windsor #431A74

Tints of Windsor #431A74

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.44%

 BLUE value IS 116 (45.7% from 255) = 55.5%

R = 32.06%
G = 12.44%
B = 55.5%

CMYK

 C value IS 0.42

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#431A74 (or 0x431A74) is known color: Windsor. HEX triplet: 43, 1A and 74. RGB value is (67,26,116). Sum of RGB (Red+Green+Blue) = 67+26+116=209 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.06% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 116 (45.70% from 255 or 55.50% from 209); Max value from RGB is 116 - color contains mainly: blue. Hex color #431A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431A74 is #BCE58B. Grayscale: #303030. Windows color (decimal): -12379532 or 7608899. OLE color: 7608899.

HSL color Cylindrical-coordinate representation of color #431A74: hue angle of 267.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #431A74 is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 67 26 116 -
CMYK 0.42 0.78 0 0.55
HSL 267.33º 0.63% 0.28% -
HSV(B) 267.33º 0.78% 0.45% -
XYZ 5.84 3.19 16.83 -
YUV 48.52 166.08 141.18 -
System Red Green Blue C M Y K H S L
Decimal 67 26 116 0.42 0.78 0 0.55 267.33 0.63 0.28
Hex 43 1A 74 2A 4E 0 37 10B 3F 1C
Octal 103 32 164 52 116 0 67 413 77 34
Binary 1000011 11010 1110100 101010 1001110 0 110111 100001011 111111 11100

Color Harmonies of #431A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431A74

Black with #431A74

Text Example


Text Example

White with #431A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,26,116); }

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

background-color css

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

 a { background-color: rgb(67,26,116); }

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

border-color css

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

 span { border-color: rgb(67,26,116); }

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