Html Css Color HEX #46168D Persian Indigo

📋 copy color: '#46168D'

red 70 ◦ green 22 ◦ blue 141

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

Shades of Persian Indigo #46168D

Tints of Persian Indigo #46168D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.44%

 BLUE value IS 141 (55.47% from 255) = 60.52%

R = 30.04%
G = 9.44%
B = 60.52%

CMYK

 C value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46168D (or 0x46168D) is known color: Persian Indigo. HEX triplet: 46, 16 and 8D. RGB value is (70,22,141). Sum of RGB (Red+Green+Blue) = 70+22+141=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 141 (55.47% from 255 or 60.52% from 233); Max value from RGB is 141 - color contains mainly: blue. Hex color #46168D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46168D is #B9E972. Grayscale: #313131. Windows color (decimal): -12183923 or 9246278. OLE color: 9246278.

HSL color Cylindrical-coordinate representation of color #46168D: hue angle of 264.2º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46168D is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 22 141 -
CMYK 0.50 0.84 0 0.45
HSL 264.2º 0.73% 0.32% -
HSV(B) 264.2º 0.84% 0.55% -
XYZ 7.62 3.8 25.53 -
YUV 49.92 179.4 142.32 -
System Red Green Blue C M Y K H S L
Decimal 70 22 141 0.50 0.84 0 0.45 264.2 0.73 0.32
Hex 46 16 8D 32 54 0 2D 108 49 20
Octal 106 26 215 62 124 0 55 410 111 40
Binary 1000110 10110 10001101 110010 1010100 0 101101 100001000 1001001 100000

Color Harmonies of #46168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46168D

Black with #46168D

Text Example


Text Example

White with #46168D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,22,141); }

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

background-color css

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

 a { background-color: rgb(70,22,141); }

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

border-color css

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

 span { border-color: rgb(70,22,141); }

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