Html Css Color HEX #430080 Indigo

📋 copy color: '#430080'

red 67 ◦ green 0 ◦ blue 128

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

Shades of Indigo #430080

Tints of Indigo #430080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 128 (50.39% from 255) = 65.64%

R = 34.36%
G = 0%
B = 65.64%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#430080 (or 0x430080) is known color: Indigo. HEX triplet: 43, 00 and 80. RGB value is (67,0,128). Sum of RGB (Red+Green+Blue) = 67+0+128=195 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.36% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 128 (50.39% from 255 or 65.64% from 195); Max value from RGB is 128 - color contains mainly: blue. Hex color #430080 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430080 is #BCFF7F. Grayscale: #222222. Windows color (decimal): -12386176 or 8388675. OLE color: 8388675.

HSL color Cylindrical-coordinate representation of color #430080: hue angle of 271.41º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #430080 is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 67 0 128 -
CMYK 0.48 1 0 0.50
HSL 271.41º 1% 0.25% -
HSV(B) 271.41º 1% 0.5% -
XYZ 6.21 2.75 20.63 -
YUV 34.63 180.7 151.09 -
System Red Green Blue C M Y K H S L
Decimal 67 0 128 0.48 1 0 0.50 271.41 1 0.25
Hex 43 0 80 30 64 0 32 10F 64 19
Octal 103 0 200 60 144 0 62 417 144 31
Binary 1000011 0 10000000 110000 1100100 0 110010 100001111 1100100 11001

Color Harmonies of #430080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430080

Black with #430080

Text Example


Text Example

White with #430080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430080; }

 p { color: rgb(67,0,128); }

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

background-color css

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

 a { background-color: rgb(67,0,128); }

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

border-color css

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

 span { border-color: rgb(67,0,128); }

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