Html Css Color HEX #431376 Persian Indigo

📋 copy color: '#431376'

red 67 ◦ green 19 ◦ blue 118

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

Shades of Persian Indigo #431376

Tints of Persian Indigo #431376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.31%

 BLUE value IS 118 (46.48% from 255) = 57.84%

R = 32.84%
G = 9.31%
B = 57.84%

CMYK

 C value IS 0.43

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#431376 (or 0x431376) is known color: Persian Indigo. HEX triplet: 43, 13 and 76. RGB value is (67,19,118). Sum of RGB (Red+Green+Blue) = 67+19+118=204 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.84% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #431376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431376 is #BCEC89. Grayscale: #2C2C2C. Windows color (decimal): -12381322 or 7738179. OLE color: 7738179.

HSL color Cylindrical-coordinate representation of color #431376: hue angle of 269.09º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #431376 is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 67 19 118 -
CMYK 0.43 0.84 0 0.54
HSL 269.09º 0.72% 0.27% -
HSV(B) 269.09º 0.84% 0.46% -
XYZ 5.82 2.97 17.41 -
YUV 44.64 169.4 143.95 -
System Red Green Blue C M Y K H S L
Decimal 67 19 118 0.43 0.84 0 0.54 269.09 0.72 0.27
Hex 43 13 76 2B 54 0 36 10D 48 1B
Octal 103 23 166 53 124 0 66 415 110 33
Binary 1000011 10011 1110110 101011 1010100 0 110110 100001101 1001000 11011

Color Harmonies of #431376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431376

Black with #431376

Text Example


Text Example

White with #431376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431376; }

 p { color: rgb(67,19,118); }

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

background-color css

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

 a { background-color: rgb(67,19,118); }

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

border-color css

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

 span { border-color: rgb(67,19,118); }

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