Html Css Color HEX #4102AE Indigo

📋 copy color: '#4102AE'

red 65 ◦ green 2 ◦ blue 174

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

Shades of Indigo #4102AE

Tints of Indigo #4102AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 72.2%

R = 26.97%
G = 0.83%
B = 72.2%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4102AE (or 0x4102AE) is known color: Indigo. HEX triplet: 41, 02 and AE. RGB value is (65,2,174). Sum of RGB (Red+Green+Blue) = 65+2+174=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 174 (68.36% from 255 or 72.20% from 241); Max value from RGB is 174 - color contains mainly: blue. Hex color #4102AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4102AE is #BEFD51. Grayscale: #272727. Windows color (decimal): -12516690 or 11403841. OLE color: 11403841.

HSL color Cylindrical-coordinate representation of color #4102AE: hue angle of 261.98º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4102AE is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 2 174 -
CMYK 0.63 0.99 0 0.32
HSL 261.98º 0.98% 0.35% -
HSV(B) 261.98º 0.99% 0.68% -
XYZ 9.84 4.22 40.34 -
YUV 40.45 203.37 145.51 -
System Red Green Blue C M Y K H S L
Decimal 65 2 174 0.63 0.99 0 0.32 261.98 0.98 0.35
Hex 41 2 AE 3F 63 0 20 106 62 23
Octal 101 2 256 77 143 0 40 406 142 43
Binary 1000001 10 10101110 111111 1100011 0 100000 100000110 1100010 100011

Color Harmonies of #4102AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4102AE

Black with #4102AE

Text Example


Text Example

White with #4102AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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