#34057B

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

Shades of Persian Indigo #34057B

Tints of Persian Indigo #34057B

Color information

#34057B (or 0x34057B) is unknown color: approx Persian Indigo. HEX triplet: 34, 05 and 7B. RGB value is (52,5,123). Sum of RGB (Red+Green+Blue) = 52+5+123=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 123 (48.44% from 255 or 68.33% from 180); Max value from RGB is 123 - color contains mainly: blue. Hex color #34057B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34057B is #CBFA84. Grayscale: #202020. Windows color (decimal): -13367941 or 8062260. OLE color: 8062260.

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

Color convert

RGB525123-
CMYK0.580.9600.52
HSL263.9º92.19%25.1%-
HSV(B)263.9º95.93%48.24%-
XYZ5.052.2718.91-
YUV32.51179.07141.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.89%
GREEN value IS 5 (2.34% from 255) = 2.78%
BLUE value IS 123 (48.44% from 255) = 68.33%
R=28.89%
G=2.78%
B=68.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5251230.580.9600.52263.992.1925.1
Hex3457B3A600341085c19
Octal6451737214006441013431
Binary110100101111101111101011000000110100100001000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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