#34237C

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

Shades of Persian Indigo #34237C

Tints of Persian Indigo #34237C

Color information

#34237C (or 0x34237C) is unknown color: approx Persian Indigo. HEX triplet: 34, 23 and 7C. RGB value is (52,35,124). Sum of RGB (Red+Green+Blue) = 52+35+124=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #34237C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34237C is #CBDC83. Grayscale: #313131. Windows color (decimal): -13360260 or 8135476. OLE color: 8135476.

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

Color convert

RGB5235124-
CMYK0.580.7200.51
HSL251.46º55.97%31.18%-
HSV(B)251.46º71.77%48.63%-
XYZ5.663.3919.42-
YUV50.23169.63129.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.64%
GREEN value IS 35 (14.06% from 255) = 16.59%
BLUE value IS 124 (48.83% from 255) = 58.77%
R=24.64%
G=16.59%
B=58.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52351240.580.7200.51251.4655.9731.18
Hex34237C3A48033fb381f
Octal6443174721100633737037
Binary1101001000111111100111010100100001100111111101111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34237C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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