Html Css Color HEX #4102AC Indigo

📋 copy color: '#4102AC'

red 65 ◦ green 2 ◦ blue 172

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

Shades of Indigo #4102AC

Tints of Indigo #4102AC

RGB

 RED value IS 65 (25.78% from 255) = 27.2%

 GREEN value IS 2 (1.17% from 255) = 0.84%

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

R = 27.2%
G = 0.84%
B = 71.97%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4102AC (or 0x4102AC) is known color: Indigo. HEX triplet: 41, 02 and AC. RGB value is (65,2,172). Sum of RGB (Red+Green+Blue) = 65+2+172=239 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.20% from 239); Green value is 2 (1.17% from 255 or 0.84% 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 #4102AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4102AC is #BEFD53. Grayscale: #272727. Windows color (decimal): -12516692 or 11272769. OLE color: 11272769.

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

Color convert

RGB 65 2 172 -
CMYK 0.62 0.99 0 0.33
HSL 262.24º 0.98% 0.34% -
HSV(B) 262.24º 0.99% 0.67% -
XYZ 9.65 4.15 39.32 -
YUV 40.22 202.37 145.68 -
System Red Green Blue C M Y K H S L
Decimal 65 2 172 0.62 0.99 0 0.33 262.24 0.98 0.34
Hex 41 2 AC 3E 63 0 21 106 62 22
Octal 101 2 254 76 143 0 41 406 142 42
Binary 1000001 10 10101100 111110 1100011 0 100001 100000110 1100010 100010

Color Harmonies of #4102AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4102AC

Black with #4102AC

Text Example


Text Example

White with #4102AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,2,172); }

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

background-color css

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

 a { background-color: rgb(65,2,172); }

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

border-color css

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

 span { border-color: rgb(65,2,172); }

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