Html Css Color HEX #431380 Persian Indigo

📋 copy color: '#431380'

red 67 ◦ green 19 ◦ blue 128

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

Shades of Persian Indigo #431380

Tints of Persian Indigo #431380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 59.81%

R = 31.31%
G = 8.88%
B = 59.81%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#431380 (or 0x431380) is known color: Persian Indigo. HEX triplet: 43, 13 and 80. RGB value is (67,19,128). Sum of RGB (Red+Green+Blue) = 67+19+128=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 128 (50.39% from 255 or 59.81% from 214); Max value from RGB is 128 - color contains mainly: blue. Hex color #431380 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431380 is #BCEC7F. Grayscale: #2D2D2D. Windows color (decimal): -12381312 or 8393539. OLE color: 8393539.

HSL color Cylindrical-coordinate representation of color #431380: hue angle of 266.42º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #431380 is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 67 19 128 -
CMYK 0.48 0.85 0 0.50
HSL 266.42º 0.74% 0.29% -
HSV(B) 266.42º 0.85% 0.5% -
XYZ 6.44 3.22 20.7 -
YUV 45.78 174.4 143.14 -
System Red Green Blue C M Y K H S L
Decimal 67 19 128 0.48 0.85 0 0.50 266.42 0.74 0.29
Hex 43 13 80 30 55 0 32 10A 4A 1D
Octal 103 23 200 60 125 0 62 412 112 35
Binary 1000011 10011 10000000 110000 1010101 0 110010 100001010 1001010 11101

Color Harmonies of #431380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431380

Black with #431380

Text Example


Text Example

White with #431380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431380; }

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

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

background-color css

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

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

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

border-color css

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

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

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