Html Css Color HEX #430AAB Indigo

📋 copy color: '#430AAB'

red 67 ◦ green 10 ◦ blue 171

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

Shades of Indigo #430AAB

Tints of Indigo #430AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 68.95%

R = 27.02%
G = 4.03%
B = 68.95%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#430AAB (or 0x430AAB) is known color: Indigo. HEX triplet: 43, 0A and AB. RGB value is (67,10,171). Sum of RGB (Red+Green+Blue) = 67+10+171=248 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.02% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 171 (67.19% from 255 or 68.95% from 248); Max value from RGB is 171 - color contains mainly: blue. Hex color #430AAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430AAB is #BCF554. Grayscale: #2C2C2C. Windows color (decimal): -12383573 or 11209283. OLE color: 11209283.

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

Color convert

RGB 67 10 171 -
CMYK 0.61 0.94 0 0.33
HSL 261.24º 0.89% 0.35% -
HSV(B) 261.24º 0.94% 0.67% -
XYZ 9.77 4.35 38.85 -
YUV 45.4 198.88 143.41 -
System Red Green Blue C M Y K H S L
Decimal 67 10 171 0.61 0.94 0 0.33 261.24 0.89 0.35
Hex 43 A AB 3D 5E 0 21 105 59 23
Octal 103 12 253 75 136 0 41 405 131 43
Binary 1000011 1010 10101011 111101 1011110 0 100001 100000101 1011001 100011

Color Harmonies of #430AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430AAB

Black with #430AAB

Text Example


Text Example

White with #430AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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