#341F70

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

Shades of Persian Indigo #341F70

Tints of Persian Indigo #341F70

Color information

#341F70 (or 0x341F70) is unknown color: approx Persian Indigo. HEX triplet: 34, 1F and 70. RGB value is (52,31,112). Sum of RGB (Red+Green+Blue) = 52+31+112=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #341F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341F70 is #CBE08F. Grayscale: #2E2E2E. Windows color (decimal): -13361296 or 7348020. OLE color: 7348020.

HSL color Cylindrical-coordinate representation of color #341F70: hue angle of 255.56º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #341F70 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5231112-
CMYK0.540.7200.56
HSL255.56º56.64%28.04%-
HSV(B)255.56º72.32%43.92%-
XYZ4.832.8815.63-
YUV46.51164.96131.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.67%
GREEN value IS 31 (12.5% from 255) = 15.90%
BLUE value IS 112 (44.14% from 255) = 57.44%
R=26.67%
G=15.90%
B=57.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52311120.540.7200.56255.5656.6428.04
Hex341F703648038100391c
Octal6437160661100704007134
Binary1101001111111100001101101001000011100010000000011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341F70; }

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

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

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

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

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

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

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

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