Html Css Color HEX #431691 Persian Indigo

📋 copy color: '#431691'

red 67 ◦ green 22 ◦ blue 145

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

Shades of Persian Indigo #431691

Tints of Persian Indigo #431691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 61.97%

R = 28.63%
G = 9.4%
B = 61.97%

CMYK

 C value IS 0.54

 M value IS 0.85

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#431691 (or 0x431691) is known color: Persian Indigo. HEX triplet: 43, 16 and 91. RGB value is (67,22,145). Sum of RGB (Red+Green+Blue) = 67+22+145=234 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.63% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 145 (57.03% from 255 or 61.97% from 234); Max value from RGB is 145 - color contains mainly: blue. Hex color #431691 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431691 is #BCE96E. Grayscale: #313131. Windows color (decimal): -12380527 or 9508419. OLE color: 9508419.

HSL color Cylindrical-coordinate representation of color #431691: hue angle of 261.95º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #431691 is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 67 22 145 -
CMYK 0.54 0.85 0 0.43
HSL 261.95º 0.74% 0.33% -
HSV(B) 261.95º 0.85% 0.57% -
XYZ 7.71 3.81 27.12 -
YUV 49.48 181.91 140.5 -
System Red Green Blue C M Y K H S L
Decimal 67 22 145 0.54 0.85 0 0.43 261.95 0.74 0.33
Hex 43 16 91 36 55 0 2B 106 4A 21
Octal 103 26 221 66 125 0 53 406 112 41
Binary 1000011 10110 10010001 110110 1010101 0 101011 100000110 1001010 100001

Color Harmonies of #431691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431691

Black with #431691

Text Example


Text Example

White with #431691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431691; }

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

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

background-color css

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

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

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

border-color css

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

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

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