Html Css Color HEX #431D92 Windsor

📋 copy color: '#431D92'

red 67 ◦ green 29 ◦ blue 146

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

Shades of Windsor #431D92

Tints of Windsor #431D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 60.33%

R = 27.69%
G = 11.98%
B = 60.33%

CMYK

 C value IS 0.54

 M value IS 0.80

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#431D92 (or 0x431D92) is known color: Windsor. HEX triplet: 43, 1D and 92. RGB value is (67,29,146). Sum of RGB (Red+Green+Blue) = 67+29+146=242 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.69% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 146 (57.42% from 255 or 60.33% from 242); Max value from RGB is 146 - color contains mainly: blue. Hex color #431D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431D92 is #BCE26D. Grayscale: #353535. Windows color (decimal): -12378734 or 9575747. OLE color: 9575747.

HSL color Cylindrical-coordinate representation of color #431D92: hue angle of 259.49º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #431D92 is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 67 29 146 -
CMYK 0.54 0.80 0 0.43
HSL 259.49º 0.67% 0.34% -
HSV(B) 259.49º 0.8% 0.57% -
XYZ 7.94 4.15 27.58 -
YUV 53.7 180.09 137.49 -
System Red Green Blue C M Y K H S L
Decimal 67 29 146 0.54 0.80 0 0.43 259.49 0.67 0.34
Hex 43 1D 92 36 50 0 2B 103 43 22
Octal 103 35 222 66 120 0 53 403 103 42
Binary 1000011 11101 10010010 110110 1010000 0 101011 100000011 1000011 100010

Color Harmonies of #431D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431D92

Black with #431D92

Text Example


Text Example

White with #431D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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