#34097B

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

Shades of Persian Indigo #34097B

Tints of Persian Indigo #34097B

Color information

#34097B (or 0x34097B) is unknown color: approx Persian Indigo. HEX triplet: 34, 09 and 7B. RGB value is (52,9,123). Sum of RGB (Red+Green+Blue) = 52+9+123=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 123 (48.44% from 255 or 66.85% from 184); Max value from RGB is 123 - color contains mainly: blue. Hex color #34097B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34097B is #CBF684. Grayscale: #222222. Windows color (decimal): -13366917 or 8063284. OLE color: 8063284.

HSL color Cylindrical-coordinate representation of color #34097B: hue angle of 262.63º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #34097B is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB529123-
CMYK0.580.9300.52
HSL262.63º86.36%25.88%-
HSV(B)262.63º92.68%48.24%-
XYZ5.092.3618.93-
YUV34.85177.75140.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.26%
GREEN value IS 9 (3.91% from 255) = 4.89%
BLUE value IS 123 (48.44% from 255) = 66.85%
R=28.26%
G=4.89%
B=66.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5291230.580.9300.52262.6386.3625.88
Hex3497B3A5D034107561a
Octal64111737213506440712632
Binary1101001001111101111101010111010110100100000111101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34097B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34097B; }

 p { color: rgb(52,9,123); }

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

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

 a { background-color: rgb(52,9,123); }

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

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

 span { border-color: rgb(52,9,123); }

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