Html Css Color HEX #431094 Indigo

📋 copy color: '#431094'

red 67 ◦ green 16 ◦ blue 148

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

Shades of Indigo #431094

Tints of Indigo #431094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 64.07%

R = 29%
G = 6.93%
B = 64.07%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#431094 (or 0x431094) is known color: Indigo. HEX triplet: 43, 10 and 94. RGB value is (67,16,148). Sum of RGB (Red+Green+Blue) = 67+16+148=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 148 (58.20% from 255 or 64.07% from 231); Max value from RGB is 148 - color contains mainly: blue. Hex color #431094 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431094 is #BCEF6B. Grayscale: #2D2D2D. Windows color (decimal): -12382060 or 9703491. OLE color: 9703491.

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

Color convert

RGB 67 16 148 -
CMYK 0.55 0.89 0 0.42
HSL 263.18º 0.8% 0.32% -
HSV(B) 263.18º 0.89% 0.58% -
XYZ 7.85 3.7 28.32 -
YUV 46.3 185.4 142.77 -
System Red Green Blue C M Y K H S L
Decimal 67 16 148 0.55 0.89 0 0.42 263.18 0.8 0.32
Hex 43 10 94 37 59 0 2A 107 50 20
Octal 103 20 224 67 131 0 52 407 120 40
Binary 1000011 10000 10010100 110111 1011001 0 101010 100000111 1010000 100000

Color Harmonies of #431094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431094

Black with #431094

Text Example


Text Example

White with #431094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431094; }

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

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

background-color css

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

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

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

border-color css

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

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

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