Html Css Color HEX #431C70 Blue Diamond

📋 copy color: '#431C70'

red 67 ◦ green 28 ◦ blue 112

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

Shades of Blue Diamond #431C70

Tints of Blue Diamond #431C70

RGB

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

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

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

R = 32.37%
G = 13.53%
B = 54.11%

CMYK

 C value IS 0.40

 M value IS 0.75

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#431C70 (or 0x431C70) is known color: Blue Diamond. HEX triplet: 43, 1C and 70. RGB value is (67,28,112). Sum of RGB (Red+Green+Blue) = 67+28+112=207 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.37% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #431C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431C70 is #BCE38F. Grayscale: #303030. Windows color (decimal): -12379024 or 7347267. OLE color: 7347267.

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

Color convert

RGB 67 28 112 -
CMYK 0.40 0.75 0 0.56
HSL 267.86º 0.6% 0.27% -
HSV(B) 267.86º 0.75% 0.44% -
XYZ 5.65 3.19 15.65 -
YUV 49.24 163.42 140.67 -
System Red Green Blue C M Y K H S L
Decimal 67 28 112 0.40 0.75 0 0.56 267.86 0.6 0.27
Hex 43 1C 70 28 4B 0 38 10C 3C 1B
Octal 103 34 160 50 113 0 70 414 74 33
Binary 1000011 11100 1110000 101000 1001011 0 111000 100001100 111100 11011

Color Harmonies of #431C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431C70

Black with #431C70

Text Example


Text Example

White with #431C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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