Html Css Color HEX #470283 Indigo

📋 copy color: '#470283'

red 71 ◦ green 2 ◦ blue 131

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

Shades of Indigo #470283

Tints of Indigo #470283

RGB

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

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

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

R = 34.8%
G = 0.98%
B = 64.22%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#470283 (or 0x470283) is known color: Indigo. HEX triplet: 47, 02 and 83. RGB value is (71,2,131). Sum of RGB (Red+Green+Blue) = 71+2+131=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 131 (51.56% from 255 or 64.22% from 204); Max value from RGB is 131 - color contains mainly: blue. Hex color #470283 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470283 is #B8FD7C. Grayscale: #242424. Windows color (decimal): -12123517 or 8585799. OLE color: 8585799.

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

Color convert

RGB 71 2 131 -
CMYK 0.46 0.98 0 0.49
HSL 272.09º 0.97% 0.26% -
HSV(B) 272.09º 0.98% 0.51% -
XYZ 6.72 3.02 21.7 -
YUV 37.34 180.86 152.01 -
System Red Green Blue C M Y K H S L
Decimal 71 2 131 0.46 0.98 0 0.49 272.09 0.97 0.26
Hex 47 2 83 2E 62 0 31 110 61 1A
Octal 107 2 203 56 142 0 61 420 141 32
Binary 1000111 10 10000011 101110 1100010 0 110001 100010000 1100001 11010

Color Harmonies of #470283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470283

Black with #470283

Text Example


Text Example

White with #470283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470283; }

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

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

background-color css

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

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

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

border-color css

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

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

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