Html Css Color HEX #430E80 Indigo

📋 copy color: '#430E80'

red 67 ◦ green 14 ◦ blue 128

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

Shades of Indigo #430E80

Tints of Indigo #430E80

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.7%

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

R = 32.06%
G = 6.7%
B = 61.24%

CMYK

 C value IS 0.48

 M value IS 0.89

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#430E80 (or 0x430E80) is known color: Indigo. HEX triplet: 43, 0E and 80. RGB value is (67,14,128). Sum of RGB (Red+Green+Blue) = 67+14+128=209 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.06% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 128 (50.39% from 255 or 61.24% from 209); Max value from RGB is 128 - color contains mainly: blue. Hex color #430E80 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430E80 is #BCF17F. Grayscale: #2A2A2A. Windows color (decimal): -12382592 or 8392259. OLE color: 8392259.

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

Color convert

RGB 67 14 128 -
CMYK 0.48 0.89 0 0.50
HSL 267.89º 0.8% 0.28% -
HSV(B) 267.89º 0.89% 0.5% -
XYZ 6.37 3.07 20.68 -
YUV 42.84 176.06 145.23 -
System Red Green Blue C M Y K H S L
Decimal 67 14 128 0.48 0.89 0 0.50 267.89 0.8 0.28
Hex 43 E 80 30 59 0 32 10C 50 1C
Octal 103 16 200 60 131 0 62 414 120 34
Binary 1000011 1110 10000000 110000 1011001 0 110010 100001100 1010000 11100

Color Harmonies of #430E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430E80

Black with #430E80

Text Example


Text Example

White with #430E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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