Html Css Color HEX #4307AC Indigo

📋 copy color: '#4307AC'

red 67 ◦ green 7 ◦ blue 172

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

Shades of Indigo #4307AC

Tints of Indigo #4307AC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.85%

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

R = 27.24%
G = 2.85%
B = 69.92%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4307AC (or 0x4307AC) is known color: Indigo. HEX triplet: 43, 07 and AC. RGB value is (67,7,172). Sum of RGB (Red+Green+Blue) = 67+7+172=246 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.24% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 172 (67.58% from 255 or 69.92% from 246); Max value from RGB is 172 - color contains mainly: blue. Hex color #4307AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4307AC is #BCF853. Grayscale: #2B2B2B. Windows color (decimal): -12384340 or 11274051. OLE color: 11274051.

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

Color convert

RGB 67 7 172 -
CMYK 0.61 0.96 0 0.33
HSL 261.82º 0.92% 0.35% -
HSV(B) 261.82º 0.96% 0.67% -
XYZ 9.84 4.32 39.35 -
YUV 43.75 200.38 144.58 -
System Red Green Blue C M Y K H S L
Decimal 67 7 172 0.61 0.96 0 0.33 261.82 0.92 0.35
Hex 43 7 AC 3D 60 0 21 106 5C 23
Octal 103 7 254 75 140 0 41 406 134 43
Binary 1000011 111 10101100 111101 1100000 0 100001 100000110 1011100 100011

Color Harmonies of #4307AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4307AC

Black with #4307AC

Text Example


Text Example

White with #4307AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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