Html Css Color HEX #430475 Indigo

📋 copy color: '#430475'

red 67 ◦ green 4 ◦ blue 117

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

Shades of Indigo #430475

Tints of Indigo #430475

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.13%

 BLUE value IS 117 (46.09% from 255) = 62.23%

R = 35.64%
G = 2.13%
B = 62.23%

CMYK

 C value IS 0.43

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#430475 (or 0x430475) is known color: Indigo. HEX triplet: 43, 04 and 75. RGB value is (67,4,117). Sum of RGB (Red+Green+Blue) = 67+4+117=188 (24% of max value = 765). Red value is 67 (26.56% from 255 or 35.64% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 117 (46.09% from 255 or 62.23% from 188); Max value from RGB is 117 - color contains mainly: blue. Hex color #430475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430475 is #BCFB8A. Grayscale: #232323. Windows color (decimal): -12385163 or 7668803. OLE color: 7668803.

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

Color convert

RGB 67 4 117 -
CMYK 0.43 0.97 0 0.54
HSL 273.45º 0.93% 0.24% -
HSV(B) 273.45º 0.97% 0.46% -
XYZ 5.57 2.56 17.03 -
YUV 35.72 173.87 150.31 -
System Red Green Blue C M Y K H S L
Decimal 67 4 117 0.43 0.97 0 0.54 273.45 0.93 0.24
Hex 43 4 75 2B 61 0 36 111 5D 18
Octal 103 4 165 53 141 0 66 421 135 30
Binary 1000011 100 1110101 101011 1100001 0 110110 100010001 1011101 11000

Color Harmonies of #430475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430475

Black with #430475

Text Example


Text Example

White with #430475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430475; }

 p { color: rgb(67,4,117); }

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

background-color css

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

 a { background-color: rgb(67,4,117); }

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

border-color css

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

 span { border-color: rgb(67,4,117); }

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