Html Css Color HEX #4300AB Indigo

📋 copy color: '#4300AB'

red 67 ◦ green 0 ◦ blue 171

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

Shades of Indigo #4300AB

Tints of Indigo #4300AB

RGB

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

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

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

R = 28.15%
G = 0%
B = 71.85%

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

#4300AB (or 0x4300AB) is known color: Indigo. HEX triplet: 43, 00 and AB. RGB value is (67,0,171). Sum of RGB (Red+Green+Blue) = 67+0+171=238 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.15% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #4300AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4300AB is #BCFF54. Grayscale: #262626. Windows color (decimal): -12386133 or 11206723. OLE color: 11206723.

HSL color Cylindrical-coordinate representation of color #4300AB: hue angle of 263.51º 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 #4300AB is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 67 0 171 -
CMYK 0.61 1 0 0.33
HSL 263.51º 1% 0.34% -
HSV(B) 263.51º 1% 0.67% -
XYZ 9.67 4.13 38.82 -
YUV 39.53 202.2 147.6 -
System Red Green Blue C M Y K H S L
Decimal 67 0 171 0.61 1 0 0.33 263.51 1 0.34
Hex 43 0 AB 3D 64 0 21 108 64 22
Octal 103 0 253 75 144 0 41 410 144 42
Binary 1000011 0 10101011 111101 1100100 0 100001 100001000 1100100 100010

Color Harmonies of #4300AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4300AB

Black with #4300AB

Text Example


Text Example

White with #4300AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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