Html Css Color HEX #430176 Indigo

📋 copy color: '#430176'

red 67 ◦ green 1 ◦ blue 118

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

Shades of Indigo #430176

Tints of Indigo #430176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 63.44%

R = 36.02%
G = 0.54%
B = 63.44%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#430176 (or 0x430176) is known color: Indigo. HEX triplet: 43, 01 and 76. RGB value is (67,1,118). Sum of RGB (Red+Green+Blue) = 67+1+118=186 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.02% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 118 (46.48% from 255 or 63.44% from 186); Max value from RGB is 118 - color contains mainly: blue. Hex color #430176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430176 is #BCFE89. Grayscale: #212121. Windows color (decimal): -12385930 or 7733571. OLE color: 7733571.

HSL color Cylindrical-coordinate representation of color #430176: hue angle of 273.85º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #430176 is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 67 1 118 -
CMYK 0.43 0.99 0 0.54
HSL 273.85º 0.98% 0.23% -
HSV(B) 273.85º 0.99% 0.46% -
XYZ 5.6 2.52 17.33 -
YUV 34.07 175.37 151.49 -
System Red Green Blue C M Y K H S L
Decimal 67 1 118 0.43 0.99 0 0.54 273.85 0.98 0.23
Hex 43 1 76 2B 63 0 36 112 62 17
Octal 103 1 166 53 143 0 66 422 142 27
Binary 1000011 1 1110110 101011 1100011 0 110110 100010010 1100010 10111

Color Harmonies of #430176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430176

Black with #430176

Text Example


Text Example

White with #430176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430176; }

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

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

background-color css

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

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

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

border-color css

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

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

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