Html Css Color HEX #46168E Persian Indigo

📋 copy color: '#46168E'

red 70 ◦ green 22 ◦ blue 142

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

Shades of Persian Indigo #46168E

Tints of Persian Indigo #46168E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 60.68%

R = 29.91%
G = 9.4%
B = 60.68%

CMYK

 C value IS 0.51

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#46168E (or 0x46168E) is known color: Persian Indigo. HEX triplet: 46, 16 and 8E. RGB value is (70,22,142). Sum of RGB (Red+Green+Blue) = 70+22+142=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 142 (55.86% from 255 or 60.68% from 234); Max value from RGB is 142 - color contains mainly: blue. Hex color #46168E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46168E is #B9E971. Grayscale: #313131. Windows color (decimal): -12183922 or 9311814. OLE color: 9311814.

HSL color Cylindrical-coordinate representation of color #46168E: hue angle of 264º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #46168E is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 22 142 -
CMYK 0.51 0.85 0 0.44
HSL 264º 0.73% 0.32% -
HSV(B) 264º 0.85% 0.56% -
XYZ 7.7 3.83 25.92 -
YUV 50.03 179.9 142.24 -
System Red Green Blue C M Y K H S L
Decimal 70 22 142 0.51 0.85 0 0.44 264 0.73 0.32
Hex 46 16 8E 33 55 0 2C 108 49 20
Octal 106 26 216 63 125 0 54 410 111 40
Binary 1000110 10110 10001110 110011 1010101 0 101100 100001000 1001001 100000

Color Harmonies of #46168E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46168E

Black with #46168E

Text Example


Text Example

White with #46168E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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