#340195

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

Shades of Persian Indigo #340195

Tints of Persian Indigo #340195

Color information

#340195 (or 0x340195) is unknown color: approx Persian Indigo. HEX triplet: 34, 01 and 95. RGB value is (52,1,149). Sum of RGB (Red+Green+Blue) = 52+1+149=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 149 (58.59% from 255 or 73.76% from 202); Max value from RGB is 149 - color contains mainly: blue. Hex color #340195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340195 is #CBFE6A. Grayscale: #202020. Windows color (decimal): -13368939 or 9765172. OLE color: 9765172.

HSL color Cylindrical-coordinate representation of color #340195: hue angle of 260.68º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #340195 is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB521149-
CMYK0.650.9900.42
HSL260.68º98.67%29.41%-
HSV(B)260.68º99.33%58.43%-
XYZ6.852.9228.64-
YUV33.12193.4141.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.74%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 149 (58.59% from 255) = 73.76%
R=25.74%
G=0.50%
B=73.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5211490.650.9900.42260.6898.6729.41
Hex34195416302A105631d
Octal64122510114305240514335
Binary110100110010101100000111000110101010100000101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340195; }

 p { color: rgb(52,1,149); }

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

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

 a { background-color: rgb(52,1,149); }

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

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

 span { border-color: rgb(52,1,149); }

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