Html Css Color HEX #4107AA Indigo

📋 copy color: '#4107AA'

red 65 ◦ green 7 ◦ blue 170

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

Shades of Indigo #4107AA

Tints of Indigo #4107AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 70.25%

R = 26.86%
G = 2.89%
B = 70.25%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4107AA (or 0x4107AA) is known color: Indigo. HEX triplet: 41, 07 and AA. RGB value is (65,7,170). Sum of RGB (Red+Green+Blue) = 65+7+170=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 170 (66.80% from 255 or 70.25% from 242); Max value from RGB is 170 - color contains mainly: blue. Hex color #4107AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4107AA is #BEF855. Grayscale: #2A2A2A. Windows color (decimal): -12515414 or 11142977. OLE color: 11142977.

HSL color Cylindrical-coordinate representation of color #4107AA: hue angle of 261.35º 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 #4107AA is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 7 170 -
CMYK 0.62 0.96 0 0.33
HSL 261.35º 0.92% 0.35% -
HSV(B) 261.35º 0.96% 0.67% -
XYZ 9.51 4.18 38.34 -
YUV 42.92 199.72 143.75 -
System Red Green Blue C M Y K H S L
Decimal 65 7 170 0.62 0.96 0 0.33 261.35 0.92 0.35
Hex 41 7 AA 3E 60 0 21 105 5C 23
Octal 101 7 252 76 140 0 41 405 134 43
Binary 1000001 111 10101010 111110 1100000 0 100001 100000101 1011100 100011

Color Harmonies of #4107AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4107AA

Black with #4107AA

Text Example


Text Example

White with #4107AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4107AA; }

 p { color: rgb(65,7,170); }

 H1.HeaderClassName
 {
   color: #4107AA;
 }
 .AnyTagClassName
 {
   color: #4107AA;
 }
</style>

background-color css

<style>
 a { background-color: #4107AA; }

 a { background-color: rgb(65,7,170); }

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

border-color css

<style>
 span { border-color: #4107AA; }

 span { border-color: rgb(65,7,170); }

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