Html Css Color HEX #430860 Indigo

📋 copy color: '#430860'

red 67 ◦ green 8 ◦ blue 96

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

Shades of Indigo #430860

Tints of Indigo #430860

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.68%

 BLUE value IS 96 (37.89% from 255) = 56.14%

R = 39.18%
G = 4.68%
B = 56.14%

CMYK

 C value IS 0.30

 M value IS 0.92

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#430860 (or 0x430860) is known color: Indigo. HEX triplet: 43, 08 and 60. RGB value is (67,8,96). Sum of RGB (Red+Green+Blue) = 67+8+96=171 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.18% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 96 (37.89% from 255 or 56.14% from 171); Max value from RGB is 96 - color contains mainly: blue. Hex color #430860 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430860 is #BCF79F. Grayscale: #232323. Windows color (decimal): -12384160 or 6293571. OLE color: 6293571.

HSL color Cylindrical-coordinate representation of color #430860: hue angle of 280.23º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #430860 is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 67 8 96 -
CMYK 0.30 0.92 0 0.62
HSL 280.23º 0.85% 0.2% -
HSV(B) 280.23º 0.92% 0.38% -
XYZ 4.51 2.21 11.26 -
YUV 35.67 162.05 150.34 -
System Red Green Blue C M Y K H S L
Decimal 67 8 96 0.30 0.92 0 0.62 280.23 0.85 0.2
Hex 43 8 60 1E 5C 0 3E 118 55 14
Octal 103 10 140 36 134 0 76 430 125 24
Binary 1000011 1000 1100000 11110 1011100 0 111110 100011000 1010101 10100

Color Harmonies of #430860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430860

Black with #430860

Text Example


Text Example

White with #430860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430860; }

 p { color: rgb(67,8,96); }

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

background-color css

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

 a { background-color: rgb(67,8,96); }

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

border-color css

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

 span { border-color: rgb(67,8,96); }

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