Html Css Color HEX #431674 Persian Indigo

📋 copy color: '#431674'

red 67 ◦ green 22 ◦ blue 116

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

Shades of Persian Indigo #431674

Tints of Persian Indigo #431674

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.73%

 BLUE value IS 116 (45.7% from 255) = 56.59%

R = 32.68%
G = 10.73%
B = 56.59%

CMYK

 C value IS 0.42

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#431674 (or 0x431674) is known color: Persian Indigo. HEX triplet: 43, 16 and 74. RGB value is (67,22,116). Sum of RGB (Red+Green+Blue) = 67+22+116=205 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.68% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 116 (45.70% from 255 or 56.59% from 205); Max value from RGB is 116 - color contains mainly: blue. Hex color #431674 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431674 is #BCE98B. Grayscale: #2D2D2D. Windows color (decimal): -12380556 or 7607875. OLE color: 7607875.

HSL color Cylindrical-coordinate representation of color #431674: hue angle of 268.72º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #431674 is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 67 22 116 -
CMYK 0.42 0.81 0 0.55
HSL 268.72º 0.68% 0.27% -
HSV(B) 268.72º 0.81% 0.45% -
XYZ 5.75 3.03 16.8 -
YUV 46.17 167.41 142.86 -
System Red Green Blue C M Y K H S L
Decimal 67 22 116 0.42 0.81 0 0.55 268.72 0.68 0.27
Hex 43 16 74 2A 51 0 37 10D 44 1B
Octal 103 26 164 52 121 0 67 415 104 33
Binary 1000011 10110 1110100 101010 1010001 0 110111 100001101 1000100 11011

Color Harmonies of #431674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431674

Black with #431674

Text Example


Text Example

White with #431674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431674; }

 p { color: rgb(67,22,116); }

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

background-color css

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

 a { background-color: rgb(67,22,116); }

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

border-color css

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

 span { border-color: rgb(67,22,116); }

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