Html Css Color HEX #430180 Indigo

📋 copy color: '#430180'

red 67 ◦ green 1 ◦ blue 128

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

Shades of Indigo #430180

Tints of Indigo #430180

RGB

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

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

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

R = 34.18%
G = 0.51%
B = 65.31%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#430180 (or 0x430180) is known color: Indigo. HEX triplet: 43, 01 and 80. RGB value is (67,1,128). Sum of RGB (Red+Green+Blue) = 67+1+128=196 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.18% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 128 (50.39% from 255 or 65.31% from 196); Max value from RGB is 128 - color contains mainly: blue. Hex color #430180 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430180 is #BCFE7F. Grayscale: #222222. Windows color (decimal): -12385920 or 8388931. OLE color: 8388931.

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

Color convert

RGB 67 1 128 -
CMYK 0.48 0.99 0 0.50
HSL 271.18º 0.98% 0.25% -
HSV(B) 271.18º 0.99% 0.5% -
XYZ 6.22 2.77 20.63 -
YUV 35.21 180.37 150.67 -
System Red Green Blue C M Y K H S L
Decimal 67 1 128 0.48 0.99 0 0.50 271.18 0.98 0.25
Hex 43 1 80 30 63 0 32 10F 62 19
Octal 103 1 200 60 143 0 62 417 142 31
Binary 1000011 1 10000000 110000 1100011 0 110010 100001111 1100010 11001

Color Harmonies of #430180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430180

Black with #430180

Text Example


Text Example

White with #430180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430180; }

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

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

background-color css

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

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

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

border-color css

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

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

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