#34198C

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

Shades of Persian Indigo #34198C

Tints of Persian Indigo #34198C

Color information

#34198C (or 0x34198C) is unknown color: approx Persian Indigo. HEX triplet: 34, 19 and 8C. RGB value is (52,25,140). Sum of RGB (Red+Green+Blue) = 52+25+140=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 140 (55.08% from 255 or 64.52% from 217); Max value from RGB is 140 - color contains mainly: blue. Hex color #34198C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34198C is #CBE673. Grayscale: #2D2D2D. Windows color (decimal): -13362804 or 9181492. OLE color: 9181492.

HSL color Cylindrical-coordinate representation of color #34198C: hue angle of 254.09º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #34198C is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5225140-
CMYK0.630.8200.45
HSL254.09º69.7%32.35%-
HSV(B)254.09º82.14%54.9%-
XYZ6.53.3225.11-
YUV46.18180.95132.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.96%
GREEN value IS 25 (10.16% from 255) = 11.52%
BLUE value IS 140 (55.08% from 255) = 64.52%
R=23.96%
G=11.52%
B=64.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52251400.630.8200.45254.0969.732.35
Hex34198C3F5202Dfe4620
Octal64312147712205537610640
Binary110100110011000110011111110100100101101111111101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34198C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34198C; }

 p { color: rgb(52,25,140); }

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

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

 a { background-color: rgb(52,25,140); }

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

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

 span { border-color: rgb(52,25,140); }

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