Html Css Color HEX #430280 Indigo

📋 copy color: '#430280'

red 67 ◦ green 2 ◦ blue 128

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

Shades of Indigo #430280

Tints of Indigo #430280

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.02%

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

R = 34.01%
G = 1.02%
B = 64.97%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#430280 (or 0x430280) is known color: Indigo. HEX triplet: 43, 02 and 80. RGB value is (67,2,128). Sum of RGB (Red+Green+Blue) = 67+2+128=197 (26% of max value = 765). Red value is 67 (26.56% from 255 or 34.01% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 128 (50.39% from 255 or 64.97% from 197); Max value from RGB is 128 - color contains mainly: blue. Hex color #430280 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430280 is #BCFD7F. Grayscale: #232323. Windows color (decimal): -12385664 or 8389187. OLE color: 8389187.

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

Color convert

RGB 67 2 128 -
CMYK 0.48 0.98 0 0.50
HSL 270.95º 0.97% 0.25% -
HSV(B) 270.95º 0.98% 0.5% -
XYZ 6.23 2.8 20.63 -
YUV 35.8 180.03 150.25 -
System Red Green Blue C M Y K H S L
Decimal 67 2 128 0.48 0.98 0 0.50 270.95 0.97 0.25
Hex 43 2 80 30 62 0 32 10F 61 19
Octal 103 2 200 60 142 0 62 417 141 31
Binary 1000011 10 10000000 110000 1100010 0 110010 100001111 1100001 11001

Color Harmonies of #430280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430280

Black with #430280

Text Example


Text Example

White with #430280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430280; }

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

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

background-color css

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

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

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

border-color css

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

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

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