#34146B

Color #34146B Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #34146B

Tints of Persian Indigo #34146B

Color information

#34146B (or 0x34146B) is unknown color: approx Persian Indigo. HEX triplet: 34, 14 and 6B. RGB value is (52,20,107). Sum of RGB (Red+Green+Blue) = 52+20+107=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 107 (42.19% from 255 or 59.78% from 179); Max value from RGB is 107 - color contains mainly: blue. Hex color #34146B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34146B is #CBEB94. Grayscale: #272727. Windows color (decimal): -13364117 or 7017524. OLE color: 7017524.

HSL color Cylindrical-coordinate representation of color #34146B: hue angle of 262.07º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #34146B is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5220107-
CMYK0.510.8100.58
HSL262.07º68.5%24.9%-
HSV(B)262.07º81.31%41.96%-
XYZ4.322.2914.12-
YUV39.49166.1136.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.05%
GREEN value IS 20 (8.20% from 255) = 11.17%
BLUE value IS 107 (42.19% from 255) = 59.78%
R=29.05%
G=11.17%
B=59.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52201070.510.8100.58262.0768.524.9
Hex34146B335103A1064519
Octal64241536312107240610531
Binary11010010100110101111001110100010111010100000110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34146B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34146B; }

 p { color: rgb(52,20,107); }

 H1.HeaderClassName
 {
   color: #34146B;
 }
 .AnyTagClassName
 {
   color: #34146B;
 }
</style>
background-color css

<style>
 a { background-color: #34146B; }

 a { background-color: rgb(52,20,107); }

 div.DivClassName
 {
   background-color: #34146B;
 }
 .BgClassName
 {
   background-color: #34146B;
 }
</style>
border-color css

<style>
 span { border-color: #34146B; }

 span { border-color: rgb(52,20,107); }

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