Html Css Color HEX #4708AF Indigo

📋 copy color: '#4708AF'

red 71 ◦ green 8 ◦ blue 175

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

Shades of Indigo #4708AF

Tints of Indigo #4708AF

RGB

 RED value IS 71 (28.13% from 255) = 27.95%

 GREEN value IS 8 (3.52% from 255) = 3.15%

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

R = 27.95%
G = 3.15%
B = 68.9%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4708AF (or 0x4708AF) is known color: Indigo. HEX triplet: 47, 08 and AF. RGB value is (71,8,175). Sum of RGB (Red+Green+Blue) = 71+8+175=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 175 (68.75% from 255 or 68.90% from 254); Max value from RGB is 175 - color contains mainly: blue. Hex color #4708AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4708AF is #B8F750. Grayscale: #2D2D2D. Windows color (decimal): -12121937 or 11470919. OLE color: 11470919.

HSL color Cylindrical-coordinate representation of color #4708AF: hue angle of 262.63º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4708AF is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 71 8 175 -
CMYK 0.59 0.95 0 0.31
HSL 262.63º 0.91% 0.36% -
HSV(B) 262.63º 0.95% 0.69% -
XYZ 10.42 4.61 40.9 -
YUV 45.88 200.87 145.92 -
System Red Green Blue C M Y K H S L
Decimal 71 8 175 0.59 0.95 0 0.31 262.63 0.91 0.36
Hex 47 8 AF 3B 5F 0 1F 107 5B 24
Octal 107 10 257 73 137 0 37 407 133 44
Binary 1000111 1000 10101111 111011 1011111 0 11111 100000111 1011011 100100

Color Harmonies of #4708AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4708AF

Black with #4708AF

Text Example


Text Example

White with #4708AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,8,175); }

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

background-color css

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

 a { background-color: rgb(71,8,175); }

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

border-color css

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

 span { border-color: rgb(71,8,175); }

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