Html Css Color HEX #461898 Persian Indigo

📋 copy color: '#461898'

red 70 ◦ green 24 ◦ blue 152

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

Shades of Persian Indigo #461898

Tints of Persian Indigo #461898

RGB

 RED value IS 70 (27.73% from 255) = 28.46%

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

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

R = 28.46%
G = 9.76%
B = 61.79%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#461898 (or 0x461898) is known color: Persian Indigo. HEX triplet: 46, 18 and 98. RGB value is (70,24,152). Sum of RGB (Red+Green+Blue) = 70+24+152=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 152 (59.77% from 255 or 61.79% from 246); Max value from RGB is 152 - color contains mainly: blue. Hex color #461898 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461898 is #B9E767. Grayscale: #333333. Windows color (decimal): -12183400 or 9967686. OLE color: 9967686.

HSL color Cylindrical-coordinate representation of color #461898: hue angle of 261.56º degrees, saturation: 0.73, 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 #461898 is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 24 152 -
CMYK 0.54 0.84 0 0.40
HSL 261.56º 0.73% 0.35% -
HSV(B) 261.56º 0.84% 0.6% -
XYZ 8.52 4.22 30.07 -
YUV 52.35 184.24 140.59 -
System Red Green Blue C M Y K H S L
Decimal 70 24 152 0.54 0.84 0 0.40 261.56 0.73 0.35
Hex 46 18 98 36 54 0 28 106 49 23
Octal 106 30 230 66 124 0 50 406 111 43
Binary 1000110 11000 10011000 110110 1010100 0 101000 100000110 1001001 100011

Color Harmonies of #461898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461898

Black with #461898

Text Example


Text Example

White with #461898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461898; }

 p { color: rgb(70,24,152); }

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

background-color css

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

 a { background-color: rgb(70,24,152); }

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

border-color css

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

 span { border-color: rgb(70,24,152); }

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