Html Css Color HEX #430A71 Indigo

📋 copy color: '#430A71'

red 67 ◦ green 10 ◦ blue 113

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

Shades of Indigo #430A71

Tints of Indigo #430A71

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.26%

 BLUE value IS 113 (44.53% from 255) = 59.47%

R = 35.26%
G = 5.26%
B = 59.47%

CMYK

 C value IS 0.41

 M value IS 0.91

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#430A71 (or 0x430A71) is known color: Indigo. HEX triplet: 43, 0A and 71. RGB value is (67,10,113). Sum of RGB (Red+Green+Blue) = 67+10+113=190 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.26% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 113 (44.53% from 255 or 59.47% from 190); Max value from RGB is 113 - color contains mainly: blue. Hex color #430A71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430A71 is #BCF58E. Grayscale: #262626. Windows color (decimal): -12383631 or 7408195. OLE color: 7408195.

HSL color Cylindrical-coordinate representation of color #430A71: hue angle of 273.2º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #430A71 is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 67 10 113 -
CMYK 0.41 0.91 0 0.56
HSL 273.2º 0.84% 0.24% -
HSV(B) 273.2º 0.91% 0.44% -
XYZ 5.4 2.6 15.84 -
YUV 38.79 169.88 148.12 -
System Red Green Blue C M Y K H S L
Decimal 67 10 113 0.41 0.91 0 0.56 273.2 0.84 0.24
Hex 43 A 71 29 5B 0 38 111 54 18
Octal 103 12 161 51 133 0 70 421 124 30
Binary 1000011 1010 1110001 101001 1011011 0 111000 100010001 1010100 11000

Color Harmonies of #430A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430A71

Black with #430A71

Text Example


Text Example

White with #430A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,10,113); }

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

background-color css

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

 a { background-color: rgb(67,10,113); }

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

border-color css

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

 span { border-color: rgb(67,10,113); }

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