Html Css Color HEX #431C8E Windsor

📋 copy color: '#431C8E'

red 67 ◦ green 28 ◦ blue 142

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

Shades of Windsor #431C8E

Tints of Windsor #431C8E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.81%

 BLUE value IS 142 (55.86% from 255) = 59.92%

R = 28.27%
G = 11.81%
B = 59.92%

CMYK

 C value IS 0.53

 M value IS 0.80

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#431C8E (or 0x431C8E) is known color: Windsor. HEX triplet: 43, 1C and 8E. RGB value is (67,28,142). Sum of RGB (Red+Green+Blue) = 67+28+142=237 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.27% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 142 (55.86% from 255 or 59.92% from 237); Max value from RGB is 142 - color contains mainly: blue. Hex color #431C8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431C8E is #BCE371. Grayscale: #343434. Windows color (decimal): -12378994 or 9313347. OLE color: 9313347.

HSL color Cylindrical-coordinate representation of color #431C8E: hue angle of 260.53º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #431C8E is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 67 28 142 -
CMYK 0.53 0.80 0 0.44
HSL 260.53º 0.67% 0.33% -
HSV(B) 260.53º 0.8% 0.56% -
XYZ 7.61 3.98 25.96 -
YUV 52.66 178.42 138.23 -
System Red Green Blue C M Y K H S L
Decimal 67 28 142 0.53 0.80 0 0.44 260.53 0.67 0.33
Hex 43 1C 8E 35 50 0 2C 105 43 21
Octal 103 34 216 65 120 0 54 405 103 41
Binary 1000011 11100 10001110 110101 1010000 0 101100 100000101 1000011 100001

Color Harmonies of #431C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431C8E

Black with #431C8E

Text Example


Text Example

White with #431C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,28,142); }

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

background-color css

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

 a { background-color: rgb(67,28,142); }

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

border-color css

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

 span { border-color: rgb(67,28,142); }

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