Html Css Color HEX #431F7C Windsor

📋 copy color: '#431F7C'

red 67 ◦ green 31 ◦ blue 124

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

Shades of Windsor #431F7C

Tints of Windsor #431F7C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.96%

 BLUE value IS 124 (48.83% from 255) = 55.86%

R = 30.18%
G = 13.96%
B = 55.86%

CMYK

 C value IS 0.46

 M value IS 0.75

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#431F7C (or 0x431F7C) is known color: Windsor. HEX triplet: 43, 1F and 7C. RGB value is (67,31,124). Sum of RGB (Red+Green+Blue) = 67+31+124=222 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.18% from 222); Green value is 31 (12.5% from 255 or 13.96% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #431F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431F7C is #BCE083. Grayscale: #343434. Windows color (decimal): -12378244 or 8134467. OLE color: 8134467.

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

Color convert

RGB 67 31 124 -
CMYK 0.46 0.75 0 0.51
HSL 263.23º 0.6% 0.3% -
HSV(B) 263.23º 0.75% 0.49% -
XYZ 6.44 3.63 19.43 -
YUV 52.37 168.43 138.44 -
System Red Green Blue C M Y K H S L
Decimal 67 31 124 0.46 0.75 0 0.51 263.23 0.6 0.3
Hex 43 1F 7C 2E 4B 0 33 107 3C 1E
Octal 103 37 174 56 113 0 63 407 74 36
Binary 1000011 11111 1111100 101110 1001011 0 110011 100000111 111100 11110

Color Harmonies of #431F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431F7C

Black with #431F7C

Text Example


Text Example

White with #431F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,31,124); }

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

background-color css

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

 a { background-color: rgb(67,31,124); }

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

border-color css

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

 span { border-color: rgb(67,31,124); }

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