Html Css Color HEX #430AA7 Indigo

📋 copy color: '#430AA7'

red 67 ◦ green 10 ◦ blue 167

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

Shades of Indigo #430AA7

Tints of Indigo #430AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 68.44%

R = 27.46%
G = 4.1%
B = 68.44%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#430AA7 (or 0x430AA7) is known color: Indigo. HEX triplet: 43, 0A and A7. RGB value is (67,10,167). Sum of RGB (Red+Green+Blue) = 67+10+167=244 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.46% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 167 (65.62% from 255 or 68.44% from 244); Max value from RGB is 167 - color contains mainly: blue. Hex color #430AA7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430AA7 is #BCF558. Grayscale: #2C2C2C. Windows color (decimal): -12383577 or 10947139. OLE color: 10947139.

HSL color Cylindrical-coordinate representation of color #430AA7: hue angle of 261.78º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430AA7 is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 67 10 167 -
CMYK 0.60 0.94 0 0.35
HSL 261.78º 0.89% 0.35% -
HSV(B) 261.78º 0.94% 0.65% -
XYZ 9.4 4.2 36.87 -
YUV 44.94 196.88 143.73 -
System Red Green Blue C M Y K H S L
Decimal 67 10 167 0.60 0.94 0 0.35 261.78 0.89 0.35
Hex 43 A A7 3C 5E 0 23 106 59 23
Octal 103 12 247 74 136 0 43 406 131 43
Binary 1000011 1010 10100111 111100 1011110 0 100011 100000110 1011001 100011

Color Harmonies of #430AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430AA7

Black with #430AA7

Text Example


Text Example

White with #430AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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