#34237B

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

Shades of Persian Indigo #34237B

Tints of Persian Indigo #34237B

Color information

#34237B (or 0x34237B) is unknown color: approx Persian Indigo. HEX triplet: 34, 23 and 7B. RGB value is (52,35,123). Sum of RGB (Red+Green+Blue) = 52+35+123=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 123 (48.44% from 255 or 58.57% from 210); Max value from RGB is 123 - color contains mainly: blue. Hex color #34237B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34237B is #CBDC84. Grayscale: #313131. Windows color (decimal): -13360261 or 8069940. OLE color: 8069940.

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

Color convert

RGB5235123-
CMYK0.580.7200.52
HSL251.59º55.7%30.98%-
HSV(B)251.59º71.54%48.24%-
XYZ5.593.3619.09-
YUV50.11169.13129.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.76%
GREEN value IS 35 (14.06% from 255) = 16.67%
BLUE value IS 123 (48.44% from 255) = 58.57%
R=24.76%
G=16.67%
B=58.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52351230.580.7200.52251.5955.730.98
Hex34237B3A48034fc381f
Octal6443173721100643747037
Binary1101001000111111011111010100100001101001111110011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34237B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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