Html Css Color HEX #471998 Persian Indigo

📋 copy color: '#471998'

red 71 ◦ green 25 ◦ blue 152

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

Shades of Persian Indigo #471998

Tints of Persian Indigo #471998

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.08%

 BLUE value IS 152 (59.77% from 255) = 61.29%

R = 28.63%
G = 10.08%
B = 61.29%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#471998 (or 0x471998) is known color: Persian Indigo. HEX triplet: 47, 19 and 98. RGB value is (71,25,152). Sum of RGB (Red+Green+Blue) = 71+25+152=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 152 (59.77% from 255 or 61.29% from 248); Max value from RGB is 152 - color contains mainly: blue. Hex color #471998 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471998 is #B8E667. Grayscale: #343434. Windows color (decimal): -12117608 or 9967943. OLE color: 9967943.

HSL color Cylindrical-coordinate representation of color #471998: hue angle of 261.73º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #471998 is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 25 152 -
CMYK 0.53 0.84 0 0.40
HSL 261.73º 0.72% 0.35% -
HSV(B) 261.73º 0.84% 0.6% -
XYZ 8.61 4.3 30.08 -
YUV 53.23 183.74 140.67 -
System Red Green Blue C M Y K H S L
Decimal 71 25 152 0.53 0.84 0 0.40 261.73 0.72 0.35
Hex 47 19 98 35 54 0 28 106 48 23
Octal 107 31 230 65 124 0 50 406 110 43
Binary 1000111 11001 10011000 110101 1010100 0 101000 100000110 1001000 100011

Color Harmonies of #471998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471998

Black with #471998

Text Example


Text Example

White with #471998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471998; }

 p { color: rgb(71,25,152); }

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

background-color css

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

 a { background-color: rgb(71,25,152); }

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

border-color css

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

 span { border-color: rgb(71,25,152); }

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