Html Css Color HEX #430160 Indigo

📋 copy color: '#430160'

red 67 ◦ green 1 ◦ blue 96

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

Shades of Indigo #430160

Tints of Indigo #430160

RGB

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

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

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

R = 40.85%
G = 0.61%
B = 58.54%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#430160 (or 0x430160) is known color: Indigo. HEX triplet: 43, 01 and 60. RGB value is (67,1,96). Sum of RGB (Red+Green+Blue) = 67+1+96=164 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.85% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 96 (37.89% from 255 or 58.54% from 164); Max value from RGB is 96 - color contains mainly: blue. Hex color #430160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430160 is #BCFE9F. Grayscale: #1F1F1F. Windows color (decimal): -12385952 or 6291779. OLE color: 6291779.

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

Color convert

RGB 67 1 96 -
CMYK 0.30 0.99 0 0.62
HSL 281.68º 0.98% 0.19% -
HSV(B) 281.68º 0.99% 0.38% -
XYZ 4.44 2.06 11.23 -
YUV 31.56 164.37 153.28 -
System Red Green Blue C M Y K H S L
Decimal 67 1 96 0.30 0.99 0 0.62 281.68 0.98 0.19
Hex 43 1 60 1E 63 0 3E 11A 62 13
Octal 103 1 140 36 143 0 76 432 142 23
Binary 1000011 1 1100000 11110 1100011 0 111110 100011010 1100010 10011

Color Harmonies of #430160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430160

Black with #430160

Text Example


Text Example

White with #430160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430160; }

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

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

background-color css

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

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

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

border-color css

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

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

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