Html Css Color HEX #46167F Persian Indigo

📋 copy color: '#46167F'

red 70 ◦ green 22 ◦ blue 127

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

Shades of Persian Indigo #46167F

Tints of Persian Indigo #46167F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 57.99%

R = 31.96%
G = 10.05%
B = 57.99%

CMYK

 C value IS 0.45

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#46167F (or 0x46167F) is known color: Persian Indigo. HEX triplet: 46, 16 and 7F. RGB value is (70,22,127). Sum of RGB (Red+Green+Blue) = 70+22+127=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 127 (50% from 255 or 57.99% from 219); Max value from RGB is 127 - color contains mainly: blue. Hex color #46167F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46167F is #B9E980. Grayscale: #2F2F2F. Windows color (decimal): -12183937 or 8328774. OLE color: 8328774.

HSL color Cylindrical-coordinate representation of color #46167F: hue angle of 267.43º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #46167F is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 22 127 -
CMYK 0.45 0.83 0 0.50
HSL 267.43º 0.7% 0.29% -
HSV(B) 267.43º 0.83% 0.5% -
XYZ 6.64 3.41 20.39 -
YUV 48.32 172.4 143.46 -
System Red Green Blue C M Y K H S L
Decimal 70 22 127 0.45 0.83 0 0.50 267.43 0.7 0.29
Hex 46 16 7F 2D 53 0 32 10B 46 1D
Octal 106 26 177 55 123 0 62 413 106 35
Binary 1000110 10110 1111111 101101 1010011 0 110010 100001011 1000110 11101

Color Harmonies of #46167F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46167F

Black with #46167F

Text Example


Text Example

White with #46167F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46167F; }

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

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

background-color css

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

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

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

border-color css

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

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

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