Html Css Color HEX #4102AD Indigo

📋 copy color: '#4102AD'

red 65 ◦ green 2 ◦ blue 173

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

Shades of Indigo #4102AD

Tints of Indigo #4102AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 72.08%

R = 27.08%
G = 0.83%
B = 72.08%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4102AD (or 0x4102AD) is known color: Indigo. HEX triplet: 41, 02 and AD. RGB value is (65,2,173). Sum of RGB (Red+Green+Blue) = 65+2+173=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 173 (67.97% from 255 or 72.08% from 240); Max value from RGB is 173 - color contains mainly: blue. Hex color #4102AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4102AD is #BEFD52. Grayscale: #272727. Windows color (decimal): -12516691 or 11338305. OLE color: 11338305.

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

Color convert

RGB 65 2 173 -
CMYK 0.62 0.99 0 0.32
HSL 262.11º 0.98% 0.34% -
HSV(B) 262.11º 0.99% 0.68% -
XYZ 9.74 4.18 39.83 -
YUV 40.33 202.87 145.6 -
System Red Green Blue C M Y K H S L
Decimal 65 2 173 0.62 0.99 0 0.32 262.11 0.98 0.34
Hex 41 2 AD 3E 63 0 20 106 62 22
Octal 101 2 255 76 143 0 40 406 142 42
Binary 1000001 10 10101101 111110 1100011 0 100000 100000110 1100010 100010

Color Harmonies of #4102AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4102AD

Black with #4102AD

Text Example


Text Example

White with #4102AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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