Html Css Color HEX #430076 Indigo

📋 copy color: '#430076'

red 67 ◦ green 0 ◦ blue 118

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

Shades of Indigo #430076

Tints of Indigo #430076

RGB

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

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

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

R = 36.22%
G = 0%
B = 63.78%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#430076 (or 0x430076) is known color: Indigo. HEX triplet: 43, 00 and 76. RGB value is (67,0,118). Sum of RGB (Red+Green+Blue) = 67+0+118=185 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.22% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 118 (46.48% from 255 or 63.78% from 185); Max value from RGB is 118 - color contains mainly: blue. Hex color #430076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430076 is #BCFF89. Grayscale: #212121. Windows color (decimal): -12386186 or 7733315. OLE color: 7733315.

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

Color convert

RGB 67 0 118 -
CMYK 0.43 1 0 0.54
HSL 274.07º 1% 0.23% -
HSV(B) 274.07º 1% 0.46% -
XYZ 5.58 2.5 17.33 -
YUV 33.49 175.7 151.91 -
System Red Green Blue C M Y K H S L
Decimal 67 0 118 0.43 1 0 0.54 274.07 1 0.23
Hex 43 0 76 2B 64 0 36 112 64 17
Octal 103 0 166 53 144 0 66 422 144 27
Binary 1000011 0 1110110 101011 1100100 0 110110 100010010 1100100 10111

Color Harmonies of #430076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430076

Black with #430076

Text Example


Text Example

White with #430076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430076; }

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

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

background-color css

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

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

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

border-color css

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

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

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