Html Css Color HEX #471894 Persian Indigo

📋 copy color: '#471894'

red 71 ◦ green 24 ◦ blue 148

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

Shades of Persian Indigo #471894

Tints of Persian Indigo #471894

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.88%

 BLUE value IS 148 (58.2% from 255) = 60.91%

R = 29.22%
G = 9.88%
B = 60.91%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#471894 (or 0x471894) is known color: Persian Indigo. HEX triplet: 47, 18 and 94. RGB value is (71,24,148). Sum of RGB (Red+Green+Blue) = 71+24+148=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 148 (58.20% from 255 or 60.91% from 243); Max value from RGB is 148 - color contains mainly: blue. Hex color #471894 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471894 is #B8E76B. Grayscale: #333333. Windows color (decimal): -12117868 or 9705543. OLE color: 9705543.

HSL color Cylindrical-coordinate representation of color #471894: hue angle of 262.74º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #471894 is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 24 148 -
CMYK 0.52 0.84 0 0.42
HSL 262.74º 0.72% 0.34% -
HSV(B) 262.74º 0.84% 0.58% -
XYZ 8.27 4.13 28.38 -
YUV 52.19 182.07 141.42 -
System Red Green Blue C M Y K H S L
Decimal 71 24 148 0.52 0.84 0 0.42 262.74 0.72 0.34
Hex 47 18 94 34 54 0 2A 107 48 22
Octal 107 30 224 64 124 0 52 407 110 42
Binary 1000111 11000 10010100 110100 1010100 0 101010 100000111 1001000 100010

Color Harmonies of #471894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471894

Black with #471894

Text Example


Text Example

White with #471894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471894; }

 p { color: rgb(71,24,148); }

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

background-color css

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

 a { background-color: rgb(71,24,148); }

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

border-color css

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

 span { border-color: rgb(71,24,148); }

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