Html Css Color HEX #430970 Indigo

📋 copy color: '#430970'

red 67 ◦ green 9 ◦ blue 112

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

Shades of Indigo #430970

Tints of Indigo #430970

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.79%

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

R = 35.64%
G = 4.79%
B = 59.57%

CMYK

 C value IS 0.40

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#430970 (or 0x430970) is known color: Indigo. HEX triplet: 43, 09 and 70. RGB value is (67,9,112). Sum of RGB (Red+Green+Blue) = 67+9+112=188 (24% of max value = 765). Red value is 67 (26.56% from 255 or 35.64% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 112 (44.14% from 255 or 59.57% from 188); Max value from RGB is 112 - color contains mainly: blue. Hex color #430970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430970 is #BCF68F. Grayscale: #252525. Windows color (decimal): -12383888 or 7342403. OLE color: 7342403.

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

Color convert

RGB 67 9 112 -
CMYK 0.40 0.92 0 0.56
HSL 273.79º 0.85% 0.24% -
HSV(B) 273.79º 0.92% 0.44% -
XYZ 5.34 2.56 15.54 -
YUV 38.08 169.72 148.62 -
System Red Green Blue C M Y K H S L
Decimal 67 9 112 0.40 0.92 0 0.56 273.79 0.85 0.24
Hex 43 9 70 28 5C 0 38 112 55 18
Octal 103 11 160 50 134 0 70 422 125 30
Binary 1000011 1001 1110000 101000 1011100 0 111000 100010010 1010101 11000

Color Harmonies of #430970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430970

Black with #430970

Text Example


Text Example

White with #430970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430970; }

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

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

background-color css

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

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

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

border-color css

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

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

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