Html Css Color HEX #431C72 Blue Diamond

📋 copy color: '#431C72'

red 67 ◦ green 28 ◦ blue 114

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

Shades of Blue Diamond #431C72

Tints of Blue Diamond #431C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 54.55%

R = 32.06%
G = 13.4%
B = 54.55%

CMYK

 C value IS 0.41

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#431C72 (or 0x431C72) is known color: Blue Diamond. HEX triplet: 43, 1C and 72. RGB value is (67,28,114). Sum of RGB (Red+Green+Blue) = 67+28+114=209 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.06% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 114 (44.92% from 255 or 54.55% from 209); Max value from RGB is 114 - color contains mainly: blue. Hex color #431C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431C72 is #BCE38D. Grayscale: #313131. Windows color (decimal): -12379022 or 7478339. OLE color: 7478339.

HSL color Cylindrical-coordinate representation of color #431C72: hue angle of 267.21º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #431C72 is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 67 28 114 -
CMYK 0.41 0.75 0 0.55
HSL 267.21º 0.61% 0.28% -
HSV(B) 267.21º 0.75% 0.45% -
XYZ 5.77 3.24 16.24 -
YUV 49.47 164.42 140.51 -
System Red Green Blue C M Y K H S L
Decimal 67 28 114 0.41 0.75 0 0.55 267.21 0.61 0.28
Hex 43 1C 72 29 4B 0 37 10B 3D 1C
Octal 103 34 162 51 113 0 67 413 75 34
Binary 1000011 11100 1110010 101001 1001011 0 110111 100001011 111101 11100

Color Harmonies of #431C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431C72

Black with #431C72

Text Example


Text Example

White with #431C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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