Html Css Color HEX #431F70 Blue Diamond

📋 copy color: '#431F70'

red 67 ◦ green 31 ◦ blue 112

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

Shades of Blue Diamond #431F70

Tints of Blue Diamond #431F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 53.33%

R = 31.9%
G = 14.76%
B = 53.33%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#431F70 (or 0x431F70) is known color: Blue Diamond. HEX triplet: 43, 1F and 70. RGB value is (67,31,112). Sum of RGB (Red+Green+Blue) = 67+31+112=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 112 (44.14% from 255 or 53.33% from 210); Max value from RGB is 112 - color contains mainly: blue. Hex color #431F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431F70 is #BCE08F. Grayscale: #323232. Windows color (decimal): -12378256 or 7348035. OLE color: 7348035.

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

Color convert

RGB 67 31 112 -
CMYK 0.40 0.72 0 0.56
HSL 266.67º 0.57% 0.28% -
HSV(B) 266.67º 0.72% 0.44% -
XYZ 5.73 3.34 15.67 -
YUV 51 162.43 139.41 -
System Red Green Blue C M Y K H S L
Decimal 67 31 112 0.40 0.72 0 0.56 266.67 0.57 0.28
Hex 43 1F 70 28 48 0 38 10B 39 1C
Octal 103 37 160 50 110 0 70 413 71 34
Binary 1000011 11111 1110000 101000 1001000 0 111000 100001011 111001 11100

Color Harmonies of #431F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431F70

Black with #431F70

Text Example


Text Example

White with #431F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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