Html Css Color HEX #431A71 Blue Diamond

📋 copy color: '#431A71'

red 67 ◦ green 26 ◦ blue 113

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

Shades of Blue Diamond #431A71

Tints of Blue Diamond #431A71

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.62%

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

R = 32.52%
G = 12.62%
B = 54.85%

CMYK

 C value IS 0.41

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#431A71 (or 0x431A71) is known color: Blue Diamond. HEX triplet: 43, 1A and 71. RGB value is (67,26,113). Sum of RGB (Red+Green+Blue) = 67+26+113=206 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.52% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #431A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431A71 is #BCE58E. Grayscale: #2F2F2F. Windows color (decimal): -12379535 or 7412291. OLE color: 7412291.

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

Color convert

RGB 67 26 113 -
CMYK 0.41 0.77 0 0.56
HSL 268.28º 0.63% 0.27% -
HSV(B) 268.28º 0.77% 0.44% -
XYZ 5.66 3.12 15.93 -
YUV 48.18 164.58 141.43 -
System Red Green Blue C M Y K H S L
Decimal 67 26 113 0.41 0.77 0 0.56 268.28 0.63 0.27
Hex 43 1A 71 29 4D 0 38 10C 3F 1B
Octal 103 32 161 51 115 0 70 414 77 33
Binary 1000011 11010 1110001 101001 1001101 0 111000 100001100 111111 11011

Color Harmonies of #431A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431A71

Black with #431A71

Text Example


Text Example

White with #431A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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