Html Css Color HEX #431981 Persian Indigo

📋 copy color: '#431981'

red 67 ◦ green 25 ◦ blue 129

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

Shades of Persian Indigo #431981

Tints of Persian Indigo #431981

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.31%

 BLUE value IS 129 (50.78% from 255) = 58.37%

R = 30.32%
G = 11.31%
B = 58.37%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#431981 (or 0x431981) is known color: Persian Indigo. HEX triplet: 43, 19 and 81. RGB value is (67,25,129). Sum of RGB (Red+Green+Blue) = 67+25+129=221 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.32% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 129 (50.78% from 255 or 58.37% from 221); Max value from RGB is 129 - color contains mainly: blue. Hex color #431981 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431981 is #BCE67E. Grayscale: #313131. Windows color (decimal): -12379775 or 8460611. OLE color: 8460611.

HSL color Cylindrical-coordinate representation of color #431981: hue angle of 264.23º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #431981 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 67 25 129 -
CMYK 0.48 0.81 0 0.49
HSL 264.23º 0.68% 0.3% -
HSV(B) 264.23º 0.81% 0.51% -
XYZ 6.62 3.47 21.09 -
YUV 49.41 172.91 140.54 -
System Red Green Blue C M Y K H S L
Decimal 67 25 129 0.48 0.81 0 0.49 264.23 0.68 0.3
Hex 43 19 81 30 51 0 31 108 44 1E
Octal 103 31 201 60 121 0 61 410 104 36
Binary 1000011 11001 10000001 110000 1010001 0 110001 100001000 1000100 11110

Color Harmonies of #431981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431981

Black with #431981

Text Example


Text Example

White with #431981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431981; }

 p { color: rgb(67,25,129); }

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

background-color css

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

 a { background-color: rgb(67,25,129); }

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

border-color css

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

 span { border-color: rgb(67,25,129); }

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