Html Css Color HEX #431395 Persian Indigo

📋 copy color: '#431395'

red 67 ◦ green 19 ◦ blue 149

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

Shades of Persian Indigo #431395

Tints of Persian Indigo #431395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 63.4%

R = 28.51%
G = 8.09%
B = 63.4%

CMYK

 C value IS 0.55

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#431395 (or 0x431395) is known color: Persian Indigo. HEX triplet: 43, 13 and 95. RGB value is (67,19,149). Sum of RGB (Red+Green+Blue) = 67+19+149=235 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.51% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 149 (58.59% from 255 or 63.40% from 235); Max value from RGB is 149 - color contains mainly: blue. Hex color #431395 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431395 is #BCEC6A. Grayscale: #2F2F2F. Windows color (decimal): -12381291 or 9769795. OLE color: 9769795.

HSL color Cylindrical-coordinate representation of color #431395: hue angle of 262.15º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #431395 is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 67 19 149 -
CMYK 0.55 0.87 0 0.42
HSL 262.15º 0.77% 0.33% -
HSV(B) 262.15º 0.87% 0.58% -
XYZ 7.97 3.83 28.75 -
YUV 48.17 184.9 141.43 -
System Red Green Blue C M Y K H S L
Decimal 67 19 149 0.55 0.87 0 0.42 262.15 0.77 0.33
Hex 43 13 95 37 57 0 2A 106 4D 21
Octal 103 23 225 67 127 0 52 406 115 41
Binary 1000011 10011 10010101 110111 1010111 0 101010 100000110 1001101 100001

Color Harmonies of #431395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431395

Black with #431395

Text Example


Text Example

White with #431395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431395; }

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

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

background-color css

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

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

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

border-color css

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

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

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