Html Css Color HEX #430186 Indigo

📋 copy color: '#430186'

red 67 ◦ green 1 ◦ blue 134

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

Shades of Indigo #430186

Tints of Indigo #430186

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

 BLUE value IS 134 (52.73% from 255) = 66.34%

R = 33.17%
G = 0.5%
B = 66.34%

CMYK

 C value IS 0.5

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#430186 (or 0x430186) is known color: Indigo. HEX triplet: 43, 01 and 86. RGB value is (67,1,134). Sum of RGB (Red+Green+Blue) = 67+1+134=202 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.17% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 134 (52.73% from 255 or 66.34% from 202); Max value from RGB is 134 - color contains mainly: blue. Hex color #430186 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430186 is #BCFE79. Grayscale: #232323. Windows color (decimal): -12385914 or 8782147. OLE color: 8782147.

HSL color Cylindrical-coordinate representation of color #430186: hue angle of 269.77º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #430186 is Cyan = 0.5, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 67 1 134 -
CMYK 0.5 0.99 0 0.47
HSL 269.77º 0.99% 0.26% -
HSV(B) 269.77º 0.99% 0.53% -
XYZ 6.63 2.94 22.77 -
YUV 35.9 183.37 150.19 -
System Red Green Blue C M Y K H S L
Decimal 67 1 134 0.5 0.99 0 0.47 269.77 0.99 0.26
Hex 43 1 86 32 63 0 2F 10E 63 1A
Octal 103 1 206 62 143 0 57 416 143 32
Binary 1000011 1 10000110 110010 1100011 0 101111 100001110 1100011 11010

Color Harmonies of #430186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430186

Black with #430186

Text Example


Text Example

White with #430186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430186; }

 p { color: rgb(67,1,134); }

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

background-color css

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

 a { background-color: rgb(67,1,134); }

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

border-color css

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

 span { border-color: rgb(67,1,134); }

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