Html Css Color HEX #46189D Persian Indigo

📋 copy color: '#46189D'

red 70 ◦ green 24 ◦ blue 157

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

Shades of Persian Indigo #46189D

Tints of Persian Indigo #46189D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 62.55%

R = 27.89%
G = 9.56%
B = 62.55%

CMYK

 C value IS 0.55

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46189D (or 0x46189D) is known color: Persian Indigo. HEX triplet: 46, 18 and 9D. RGB value is (70,24,157). Sum of RGB (Red+Green+Blue) = 70+24+157=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 157 (61.72% from 255 or 62.55% from 251); Max value from RGB is 157 - color contains mainly: blue. Hex color #46189D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46189D is #B9E762. Grayscale: #343434. Windows color (decimal): -12183395 or 10295366. OLE color: 10295366.

HSL color Cylindrical-coordinate representation of color #46189D: hue angle of 260.75º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #46189D is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 24 157 -
CMYK 0.55 0.85 0 0.38
HSL 260.75º 0.73% 0.35% -
HSV(B) 260.75º 0.85% 0.62% -
XYZ 8.94 4.39 32.27 -
YUV 52.92 186.74 140.19 -
System Red Green Blue C M Y K H S L
Decimal 70 24 157 0.55 0.85 0 0.38 260.75 0.73 0.35
Hex 46 18 9D 37 55 0 26 105 49 23
Octal 106 30 235 67 125 0 46 405 111 43
Binary 1000110 11000 10011101 110111 1010101 0 100110 100000101 1001001 100011

Color Harmonies of #46189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46189D

Black with #46189D

Text Example


Text Example

White with #46189D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46189D; }

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

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

background-color css

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

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

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

border-color css

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

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

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