Html Css Color HEX #431497 Persian Indigo

📋 copy color: '#431497'

red 67 ◦ green 20 ◦ blue 151

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

Shades of Persian Indigo #431497

Tints of Persian Indigo #431497

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.4%

 BLUE value IS 151 (59.38% from 255) = 63.45%

R = 28.15%
G = 8.4%
B = 63.45%

CMYK

 C value IS 0.56

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#431497 (or 0x431497) is known color: Persian Indigo. HEX triplet: 43, 14 and 97. RGB value is (67,20,151). Sum of RGB (Red+Green+Blue) = 67+20+151=238 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.15% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 151 (59.38% from 255 or 63.45% from 238); Max value from RGB is 151 - color contains mainly: blue. Hex color #431497 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431497 is #BCEB68. Grayscale: #303030. Windows color (decimal): -12381033 or 9901123. OLE color: 9901123.

HSL color Cylindrical-coordinate representation of color #431497: hue angle of 261.53º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #431497 is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 67 20 151 -
CMYK 0.56 0.87 0 0.41
HSL 261.53º 0.77% 0.34% -
HSV(B) 261.53º 0.87% 0.59% -
XYZ 8.15 3.93 29.61 -
YUV 48.99 185.57 140.85 -
System Red Green Blue C M Y K H S L
Decimal 67 20 151 0.56 0.87 0 0.41 261.53 0.77 0.34
Hex 43 14 97 38 57 0 29 106 4D 22
Octal 103 24 227 70 127 0 51 406 115 42
Binary 1000011 10100 10010111 111000 1010111 0 101001 100000110 1001101 100010

Color Harmonies of #431497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431497

Black with #431497

Text Example


Text Example

White with #431497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431497; }

 p { color: rgb(67,20,151); }

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

background-color css

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

 a { background-color: rgb(67,20,151); }

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

border-color css

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

 span { border-color: rgb(67,20,151); }

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