#34257B

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

Shades of Persian Indigo #34257B

Tints of Persian Indigo #34257B

Color information

#34257B (or 0x34257B) is unknown color: approx Persian Indigo. HEX triplet: 34, 25 and 7B. RGB value is (52,37,123). Sum of RGB (Red+Green+Blue) = 52+37+123=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 123 (48.44% from 255 or 58.02% from 212); Max value from RGB is 123 - color contains mainly: blue. Hex color #34257B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34257B is #CBDA84. Grayscale: #323232. Windows color (decimal): -13359749 or 8070452. OLE color: 8070452.

HSL color Cylindrical-coordinate representation of color #34257B: hue angle of 250.47º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34257B is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5237123-
CMYK0.580.7000.52
HSL250.47º53.75%31.37%-
HSV(B)250.47º69.92%48.24%-
XYZ5.653.4819.11-
YUV51.29168.47128.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.53%
GREEN value IS 37 (14.84% from 255) = 17.45%
BLUE value IS 123 (48.44% from 255) = 58.02%
R=24.53%
G=17.45%
B=58.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52371230.580.7000.52250.4753.7531.37
Hex34257B3A46034fa361f
Octal6445173721060643726637
Binary1101001001011111011111010100011001101001111101011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34257B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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