Html Css Color HEX #46178A Persian Indigo

📋 copy color: '#46178A'

red 70 ◦ green 23 ◦ blue 138

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

Shades of Persian Indigo #46178A

Tints of Persian Indigo #46178A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.96%

 BLUE value IS 138 (54.3% from 255) = 59.74%

R = 30.3%
G = 9.96%
B = 59.74%

CMYK

 C value IS 0.49

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#46178A (or 0x46178A) is known color: Persian Indigo. HEX triplet: 46, 17 and 8A. RGB value is (70,23,138). Sum of RGB (Red+Green+Blue) = 70+23+138=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 138 (54.30% from 255 or 59.74% from 231); Max value from RGB is 138 - color contains mainly: blue. Hex color #46178A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46178A is #B9E875. Grayscale: #313131. Windows color (decimal): -12183670 or 9049926. OLE color: 9049926.

HSL color Cylindrical-coordinate representation of color #46178A: hue angle of 264.52º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #46178A is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 23 138 -
CMYK 0.49 0.83 0 0.46
HSL 264.52º 0.71% 0.32% -
HSV(B) 264.52º 0.83% 0.54% -
XYZ 7.42 3.75 24.38 -
YUV 50.16 177.57 142.15 -
System Red Green Blue C M Y K H S L
Decimal 70 23 138 0.49 0.83 0 0.46 264.52 0.71 0.32
Hex 46 17 8A 31 53 0 2E 109 47 20
Octal 106 27 212 61 123 0 56 411 107 40
Binary 1000110 10111 10001010 110001 1010011 0 101110 100001001 1000111 100000

Color Harmonies of #46178A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46178A

Black with #46178A

Text Example


Text Example

White with #46178A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46178A; }

 p { color: rgb(70,23,138); }

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

background-color css

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

 a { background-color: rgb(70,23,138); }

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

border-color css

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

 span { border-color: rgb(70,23,138); }

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