Html Css Color HEX #430470 Indigo

📋 copy color: '#430470'

red 67 ◦ green 4 ◦ blue 112

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

Shades of Indigo #430470

Tints of Indigo #430470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 61.2%

R = 36.61%
G = 2.19%
B = 61.2%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#430470 (or 0x430470) is known color: Indigo. HEX triplet: 43, 04 and 70. RGB value is (67,4,112). Sum of RGB (Red+Green+Blue) = 67+4+112=183 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.61% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 112 (44.14% from 255 or 61.20% from 183); Max value from RGB is 112 - color contains mainly: blue. Hex color #430470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430470 is #BCFB8F. Grayscale: #222222. Windows color (decimal): -12385168 or 7341123. OLE color: 7341123.

HSL color Cylindrical-coordinate representation of color #430470: hue angle of 275º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #430470 is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 67 4 112 -
CMYK 0.40 0.96 0 0.56
HSL 275º 0.93% 0.23% -
HSV(B) 275º 0.96% 0.44% -
XYZ 5.28 2.45 15.52 -
YUV 35.15 171.37 150.72 -
System Red Green Blue C M Y K H S L
Decimal 67 4 112 0.40 0.96 0 0.56 275 0.93 0.23
Hex 43 4 70 28 60 0 38 113 5D 17
Octal 103 4 160 50 140 0 70 423 135 27
Binary 1000011 100 1110000 101000 1100000 0 111000 100010011 1011101 10111

Color Harmonies of #430470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430470

Black with #430470

Text Example


Text Example

White with #430470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430470; }

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

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

background-color css

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

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

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

border-color css

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

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

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