Html Css Color HEX #431E94 Windsor

📋 copy color: '#431E94'

red 67 ◦ green 30 ◦ blue 148

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

Shades of Windsor #431E94

Tints of Windsor #431E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 60.41%

R = 27.35%
G = 12.24%
B = 60.41%

CMYK

 C value IS 0.55

 M value IS 0.80

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#431E94 (or 0x431E94) is known color: Windsor. HEX triplet: 43, 1E and 94. RGB value is (67,30,148). Sum of RGB (Red+Green+Blue) = 67+30+148=245 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.35% from 245); Green value is 30 (12.11% from 255 or 12.24% from 245); Blue value is 148 (58.20% from 255 or 60.41% from 245); Max value from RGB is 148 - color contains mainly: blue. Hex color #431E94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431E94 is #BCE16B. Grayscale: #363636. Windows color (decimal): -12378476 or 9707075. OLE color: 9707075.

HSL color Cylindrical-coordinate representation of color #431E94: hue angle of 258.81º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #431E94 is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 67 30 148 -
CMYK 0.55 0.80 0 0.42
HSL 258.81º 0.66% 0.35% -
HSV(B) 258.81º 0.8% 0.58% -
XYZ 8.12 4.26 28.41 -
YUV 54.52 180.76 136.91 -
System Red Green Blue C M Y K H S L
Decimal 67 30 148 0.55 0.80 0 0.42 258.81 0.66 0.35
Hex 43 1E 94 37 50 0 2A 103 42 23
Octal 103 36 224 67 120 0 52 403 102 43
Binary 1000011 11110 10010100 110111 1010000 0 101010 100000011 1000010 100011

Color Harmonies of #431E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431E94

Black with #431E94

Text Example


Text Example

White with #431E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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