#341870

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

Shades of Persian Indigo #341870

Tints of Persian Indigo #341870

Color information

#341870 (or 0x341870) is unknown color: approx Persian Indigo. HEX triplet: 34, 18 and 70. RGB value is (52,24,112). Sum of RGB (Red+Green+Blue) = 52+24+112=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 112 (44.14% from 255 or 59.57% from 188); Max value from RGB is 112 - color contains mainly: blue. Hex color #341870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341870 is #CBE78F. Grayscale: #2A2A2A. Windows color (decimal): -13363088 or 7346228. OLE color: 7346228.

HSL color Cylindrical-coordinate representation of color #341870: hue angle of 259.09º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #341870 is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5224112-
CMYK0.540.7900.56
HSL259.09º64.71%26.67%-
HSV(B)259.09º78.57%43.92%-
XYZ4.672.5515.58-
YUV42.4167.28134.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.66%
GREEN value IS 24 (9.77% from 255) = 12.77%
BLUE value IS 112 (44.14% from 255) = 59.57%
R=27.66%
G=12.77%
B=59.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52241120.540.7900.56259.0964.7126.67
Hex341870364F038103411b
Octal64301606611707040310133
Binary11010011000111000011011010011110111000100000011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341870; }

 p { color: rgb(52,24,112); }

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

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

 a { background-color: rgb(52,24,112); }

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

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

 span { border-color: rgb(52,24,112); }

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