Html Css Color HEX #470183 Indigo

📋 copy color: '#470183'

red 71 ◦ green 1 ◦ blue 131

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

Shades of Indigo #470183

Tints of Indigo #470183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 64.53%

R = 34.98%
G = 0.49%
B = 64.53%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#470183 (or 0x470183) is known color: Indigo. HEX triplet: 47, 01 and 83. RGB value is (71,1,131). Sum of RGB (Red+Green+Blue) = 71+1+131=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 131 (51.56% from 255 or 64.53% from 203); Max value from RGB is 131 - color contains mainly: blue. Hex color #470183 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470183 is #B8FE7C. Grayscale: #242424. Windows color (decimal): -12123773 or 8585543. OLE color: 8585543.

HSL color Cylindrical-coordinate representation of color #470183: hue angle of 272.31º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #470183 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 1 131 -
CMYK 0.46 0.99 0 0.49
HSL 272.31º 0.98% 0.26% -
HSV(B) 272.31º 0.99% 0.51% -
XYZ 6.71 3 21.7 -
YUV 36.75 181.19 152.43 -
System Red Green Blue C M Y K H S L
Decimal 71 1 131 0.46 0.99 0 0.49 272.31 0.98 0.26
Hex 47 1 83 2E 63 0 31 110 62 1A
Octal 107 1 203 56 143 0 61 420 142 32
Binary 1000111 1 10000011 101110 1100011 0 110001 100010000 1100010 11010

Color Harmonies of #470183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470183

Black with #470183

Text Example


Text Example

White with #470183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470183; }

 p { color: rgb(71,1,131); }

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

background-color css

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

 a { background-color: rgb(71,1,131); }

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

border-color css

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

 span { border-color: rgb(71,1,131); }

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