Html Css Color HEX #431090 Indigo

📋 copy color: '#431090'

red 67 ◦ green 16 ◦ blue 144

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

Shades of Indigo #431090

Tints of Indigo #431090

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.05%

 BLUE value IS 144 (56.64% from 255) = 63.44%

R = 29.52%
G = 7.05%
B = 63.44%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#431090 (or 0x431090) is known color: Indigo. HEX triplet: 43, 10 and 90. RGB value is (67,16,144). Sum of RGB (Red+Green+Blue) = 67+16+144=227 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.52% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 144 (56.64% from 255 or 63.44% from 227); Max value from RGB is 144 - color contains mainly: blue. Hex color #431090 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431090 is #BCEF6F. Grayscale: #2D2D2D. Windows color (decimal): -12382064 or 9441347. OLE color: 9441347.

HSL color Cylindrical-coordinate representation of color #431090: hue angle of 263.91º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #431090 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 67 16 144 -
CMYK 0.53 0.89 0 0.44
HSL 263.91º 0.8% 0.31% -
HSV(B) 263.91º 0.89% 0.56% -
XYZ 7.53 3.58 26.68 -
YUV 45.84 183.4 143.09 -
System Red Green Blue C M Y K H S L
Decimal 67 16 144 0.53 0.89 0 0.44 263.91 0.8 0.31
Hex 43 10 90 35 59 0 2C 108 50 1F
Octal 103 20 220 65 131 0 54 410 120 37
Binary 1000011 10000 10010000 110101 1011001 0 101100 100001000 1010000 11111

Color Harmonies of #431090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431090

Black with #431090

Text Example


Text Example

White with #431090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431090; }

 p { color: rgb(67,16,144); }

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

background-color css

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

 a { background-color: rgb(67,16,144); }

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

border-color css

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

 span { border-color: rgb(67,16,144); }

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