Html Css Color HEX #431573 Persian Indigo

📋 copy color: '#431573'

red 67 ◦ green 21 ◦ blue 115

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

Shades of Persian Indigo #431573

Tints of Persian Indigo #431573

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.34%

 BLUE value IS 115 (45.31% from 255) = 56.65%

R = 33%
G = 10.34%
B = 56.65%

CMYK

 C value IS 0.42

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#431573 (or 0x431573) is known color: Persian Indigo. HEX triplet: 43, 15 and 73. RGB value is (67,21,115). Sum of RGB (Red+Green+Blue) = 67+21+115=203 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.00% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #431573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431573 is #BCEA8C. Grayscale: #2D2D2D. Windows color (decimal): -12380813 or 7542083. OLE color: 7542083.

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

Color convert

RGB 67 21 115 -
CMYK 0.42 0.82 0 0.55
HSL 269.36º 0.69% 0.27% -
HSV(B) 269.36º 0.82% 0.45% -
XYZ 5.68 2.97 16.49 -
YUV 45.47 167.24 143.36 -
System Red Green Blue C M Y K H S L
Decimal 67 21 115 0.42 0.82 0 0.55 269.36 0.69 0.27
Hex 43 15 73 2A 52 0 37 10D 45 1B
Octal 103 25 163 52 122 0 67 415 105 33
Binary 1000011 10101 1110011 101010 1010010 0 110111 100001101 1000101 11011

Color Harmonies of #431573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431573

Black with #431573

Text Example


Text Example

White with #431573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431573; }

 p { color: rgb(67,21,115); }

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

background-color css

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

 a { background-color: rgb(67,21,115); }

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

border-color css

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

 span { border-color: rgb(67,21,115); }

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