Html Css Color HEX #4300AC Indigo

📋 copy color: '#4300AC'

red 67 ◦ green 0 ◦ blue 172

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

Shades of Indigo #4300AC

Tints of Indigo #4300AC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 172 (67.58% from 255) = 71.97%

R = 28.03%
G = 0%
B = 71.97%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4300AC (or 0x4300AC) is known color: Indigo. HEX triplet: 43, 00 and AC. RGB value is (67,0,172). Sum of RGB (Red+Green+Blue) = 67+0+172=239 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.03% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 172 (67.58% from 255 or 71.97% from 239); Max value from RGB is 172 - color contains mainly: blue. Hex color #4300AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4300AC is #BCFF53. Grayscale: #272727. Windows color (decimal): -12386132 or 11272259. OLE color: 11272259.

HSL color Cylindrical-coordinate representation of color #4300AC: hue angle of 263.37º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4300AC is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 67 0 172 -
CMYK 0.61 1 0 0.33
HSL 263.37º 1% 0.34% -
HSV(B) 263.37º 1% 0.67% -
XYZ 9.76 4.17 39.32 -
YUV 39.64 202.7 147.51 -
System Red Green Blue C M Y K H S L
Decimal 67 0 172 0.61 1 0 0.33 263.37 1 0.34
Hex 43 0 AC 3D 64 0 21 107 64 22
Octal 103 0 254 75 144 0 41 407 144 42
Binary 1000011 0 10101100 111101 1100100 0 100001 100000111 1100100 100010

Color Harmonies of #4300AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4300AC

Black with #4300AC

Text Example


Text Example

White with #4300AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4300AC; }

 p { color: rgb(67,0,172); }

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

background-color css

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

 a { background-color: rgb(67,0,172); }

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

border-color css

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

 span { border-color: rgb(67,0,172); }

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