#341698

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

Shades of Persian Indigo #341698

Tints of Persian Indigo #341698

Color information

#341698 (or 0x341698) is unknown color: approx Persian Indigo. HEX triplet: 34, 16 and 98. RGB value is (52,22,152). Sum of RGB (Red+Green+Blue) = 52+22+152=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 152 (59.77% from 255 or 67.26% from 226); Max value from RGB is 152 - color contains mainly: blue. Hex color #341698 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341698 is #CBE967. Grayscale: #2D2D2D. Windows color (decimal): -13363560 or 9967156. OLE color: 9967156.

HSL color Cylindrical-coordinate representation of color #341698: hue angle of 253.85º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #341698 is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5222152-
CMYK0.660.8600.40
HSL253.85º74.71%34.12%-
HSV(B)253.85º85.53%59.61%-
XYZ7.373.5730.01-
YUV45.79187.94132.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.01%
GREEN value IS 22 (8.98% from 255) = 9.73%
BLUE value IS 152 (59.77% from 255) = 67.26%
R=23.01%
G=9.73%
B=67.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal52221520.660.8600.40253.8574.7134.12
Hex3416984256028fe4b22
Octal642623010212605037611342
Binary1101001011010011000100001010101100101000111111101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341698; }

 p { color: rgb(52,22,152); }

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

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

 a { background-color: rgb(52,22,152); }

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

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

 span { border-color: rgb(52,22,152); }

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