Html Css Color HEX #430E76 Indigo

📋 copy color: '#430E76'

red 67 ◦ green 14 ◦ blue 118

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

Shades of Indigo #430E76

Tints of Indigo #430E76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 59.3%

R = 33.67%
G = 7.04%
B = 59.3%

CMYK

 C value IS 0.43

 M value IS 0.88

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#430E76 (or 0x430E76) is known color: Indigo. HEX triplet: 43, 0E and 76. RGB value is (67,14,118). Sum of RGB (Red+Green+Blue) = 67+14+118=199 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.67% from 199); Green value is 14 (5.86% from 255 or 7.04% from 199); Blue value is 118 (46.48% from 255 or 59.30% from 199); Max value from RGB is 118 - color contains mainly: blue. Hex color #430E76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430E76 is #BCF189. Grayscale: #292929. Windows color (decimal): -12382602 or 7736899. OLE color: 7736899.

HSL color Cylindrical-coordinate representation of color #430E76: hue angle of 270.58º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #430E76 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 67 14 118 -
CMYK 0.43 0.88 0 0.54
HSL 270.58º 0.79% 0.26% -
HSV(B) 270.58º 0.88% 0.46% -
XYZ 5.74 2.82 17.38 -
YUV 41.7 171.06 146.04 -
System Red Green Blue C M Y K H S L
Decimal 67 14 118 0.43 0.88 0 0.54 270.58 0.79 0.26
Hex 43 E 76 2B 58 0 36 10F 4F 1A
Octal 103 16 166 53 130 0 66 417 117 32
Binary 1000011 1110 1110110 101011 1011000 0 110110 100001111 1001111 11010

Color Harmonies of #430E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430E76

Black with #430E76

Text Example


Text Example

White with #430E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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