Html Css Color HEX #431F71 Blue Diamond

📋 copy color: '#431F71'

red 67 ◦ green 31 ◦ blue 113

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

Shades of Blue Diamond #431F71

Tints of Blue Diamond #431F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 53.55%

R = 31.75%
G = 14.69%
B = 53.55%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#431F71 (or 0x431F71) is known color: Blue Diamond. HEX triplet: 43, 1F and 71. RGB value is (67,31,113). Sum of RGB (Red+Green+Blue) = 67+31+113=211 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.75% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #431F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431F71 is #BCE08E. Grayscale: #323232. Windows color (decimal): -12378255 or 7413571. OLE color: 7413571.

HSL color Cylindrical-coordinate representation of color #431F71: hue angle of 266.34º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #431F71 is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 67 31 113 -
CMYK 0.41 0.73 0 0.56
HSL 266.34º 0.57% 0.28% -
HSV(B) 266.34º 0.73% 0.44% -
XYZ 5.79 3.37 15.97 -
YUV 51.11 162.93 139.33 -
System Red Green Blue C M Y K H S L
Decimal 67 31 113 0.41 0.73 0 0.56 266.34 0.57 0.28
Hex 43 1F 71 29 49 0 38 10A 39 1C
Octal 103 37 161 51 111 0 70 412 71 34
Binary 1000011 11111 1110001 101001 1001001 0 111000 100001010 111001 11100

Color Harmonies of #431F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431F71

Black with #431F71

Text Example


Text Example

White with #431F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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