Html Css Color HEX #431373 Persian Indigo

📋 copy color: '#431373'

red 67 ◦ green 19 ◦ blue 115

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

Shades of Persian Indigo #431373

Tints of Persian Indigo #431373

RGB

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

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

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

R = 33.33%
G = 9.45%
B = 57.21%

CMYK

 C value IS 0.42

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#431373 (or 0x431373) is known color: Persian Indigo. HEX triplet: 43, 13 and 73. RGB value is (67,19,115). Sum of RGB (Red+Green+Blue) = 67+19+115=201 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.33% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 115 (45.31% from 255 or 57.21% from 201); Max value from RGB is 115 - color contains mainly: blue. Hex color #431373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431373 is #BCEC8C. Grayscale: #2B2B2B. Windows color (decimal): -12381325 or 7541571. OLE color: 7541571.

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

Color convert

RGB 67 19 115 -
CMYK 0.42 0.83 0 0.55
HSL 270º 0.72% 0.26% -
HSV(B) 270º 0.83% 0.45% -
XYZ 5.64 2.9 16.48 -
YUV 44.3 167.9 144.19 -
System Red Green Blue C M Y K H S L
Decimal 67 19 115 0.42 0.83 0 0.55 270 0.72 0.26
Hex 43 13 73 2A 53 0 37 10E 48 1A
Octal 103 23 163 52 123 0 67 416 110 32
Binary 1000011 10011 1110011 101010 1010011 0 110111 100001110 1001000 11010

Color Harmonies of #431373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431373

Black with #431373

Text Example


Text Example

White with #431373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431373; }

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

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

background-color css

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

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

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

border-color css

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

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

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