Html Css Color HEX #431C6E Blue Diamond

📋 copy color: '#431C6E'

red 67 ◦ green 28 ◦ blue 110

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

Shades of Blue Diamond #431C6E

Tints of Blue Diamond #431C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 53.66%

R = 32.68%
G = 13.66%
B = 53.66%

CMYK

 C value IS 0.39

 M value IS 0.75

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#431C6E (or 0x431C6E) is known color: Blue Diamond. HEX triplet: 43, 1C and 6E. RGB value is (67,28,110). Sum of RGB (Red+Green+Blue) = 67+28+110=205 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.68% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 110 (43.36% from 255 or 53.66% from 205); Max value from RGB is 110 - color contains mainly: blue. Hex color #431C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431C6E is #BCE391. Grayscale: #303030. Windows color (decimal): -12379026 or 7216195. OLE color: 7216195.

HSL color Cylindrical-coordinate representation of color #431C6E: hue angle of 268.54º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #431C6E is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 67 28 110 -
CMYK 0.39 0.75 0 0.57
HSL 268.54º 0.59% 0.27% -
HSV(B) 268.54º 0.75% 0.43% -
XYZ 5.54 3.15 15.07 -
YUV 49.01 162.42 140.83 -
System Red Green Blue C M Y K H S L
Decimal 67 28 110 0.39 0.75 0 0.57 268.54 0.59 0.27
Hex 43 1C 6E 27 4B 0 39 10D 3B 1B
Octal 103 34 156 47 113 0 71 415 73 33
Binary 1000011 11100 1101110 100111 1001011 0 111001 100001101 111011 11011

Color Harmonies of #431C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431C6E

Black with #431C6E

Text Example


Text Example

White with #431C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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