Html Css Color HEX #4601AF Indigo

📋 copy color: '#4601AF'

red 70 ◦ green 1 ◦ blue 175

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

Shades of Indigo #4601AF

Tints of Indigo #4601AF

RGB

 RED value IS 70 (27.73% from 255) = 28.46%

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 175 (68.75% from 255) = 71.14%

R = 28.46%
G = 0.41%
B = 71.14%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4601AF (or 0x4601AF) is known color: Indigo. HEX triplet: 46, 01 and AF. RGB value is (70,1,175). Sum of RGB (Red+Green+Blue) = 70+1+175=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 175 (68.75% from 255 or 71.14% from 246); Max value from RGB is 175 - color contains mainly: blue. Hex color #4601AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4601AF is #B9FE50. Grayscale: #282828. Windows color (decimal): -12189265 or 11469126. OLE color: 11469126.

HSL color Cylindrical-coordinate representation of color #4601AF: hue angle of 263.79º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4601AF is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 70 1 175 -
CMYK 0.60 0.99 0 0.31
HSL 263.79º 0.99% 0.35% -
HSV(B) 263.79º 0.99% 0.69% -
XYZ 10.27 4.42 40.87 -
YUV 41.47 203.36 148.35 -
System Red Green Blue C M Y K H S L
Decimal 70 1 175 0.60 0.99 0 0.31 263.79 0.99 0.35
Hex 46 1 AF 3C 63 0 1F 108 63 23
Octal 106 1 257 74 143 0 37 410 143 43
Binary 1000110 1 10101111 111100 1100011 0 11111 100001000 1100011 100011

Color Harmonies of #4601AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4601AF

Black with #4601AF

Text Example


Text Example

White with #4601AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4601AF; }

 p { color: rgb(70,1,175); }

 H1.HeaderClassName
 {
   color: #4601AF;
 }
 .AnyTagClassName
 {
   color: #4601AF;
 }
</style>

background-color css

<style>
 a { background-color: #4601AF; }

 a { background-color: rgb(70,1,175); }

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

border-color css

<style>
 span { border-color: #4601AF; }

 span { border-color: rgb(70,1,175); }

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