#34189C

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

Shades of Persian Indigo #34189C

Tints of Persian Indigo #34189C

Color information

#34189C (or 0x34189C) is unknown color: approx Persian Indigo. HEX triplet: 34, 18 and 9C. RGB value is (52,24,156). Sum of RGB (Red+Green+Blue) = 52+24+156=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 156 (61.33% from 255 or 67.24% from 232); Max value from RGB is 156 - color contains mainly: blue. Hex color #34189C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34189C is #CBE763. Grayscale: #2E2E2E. Windows color (decimal): -13363044 or 10229812. OLE color: 10229812.

HSL color Cylindrical-coordinate representation of color #34189C: hue angle of 252.73º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #34189C is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5224156-
CMYK0.670.8500.39
HSL252.73º73.33%35.29%-
HSV(B)252.73º84.62%61.18%-
XYZ7.743.7831.77-
YUV47.42189.28131.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.41%
GREEN value IS 24 (9.77% from 255) = 10.34%
BLUE value IS 156 (61.33% from 255) = 67.24%
R=22.41%
G=10.34%
B=67.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal52241560.670.8500.39252.7373.3335.29
Hex34189C4355027fd4923
Octal643023410312504737511143
Binary1101001100010011100100001110101010100111111111011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34189C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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