#34267C

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

Shades of Persian Indigo #34267C

Tints of Persian Indigo #34267C

Color information

#34267C (or 0x34267C) is unknown color: approx Persian Indigo. HEX triplet: 34, 26 and 7C. RGB value is (52,38,124). Sum of RGB (Red+Green+Blue) = 52+38+124=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #34267C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34267C is #CBD983. Grayscale: #333333. Windows color (decimal): -13359492 or 8136244. OLE color: 8136244.

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

Color convert

RGB5238124-
CMYK0.580.6900.51
HSL249.77º53.09%31.76%-
HSV(B)249.77º69.35%48.63%-
XYZ5.753.5719.46-
YUV51.99168.64128.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.30%
GREEN value IS 38 (15.23% from 255) = 17.76%
BLUE value IS 124 (48.83% from 255) = 57.94%
R=24.30%
G=17.76%
B=57.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52381240.580.6900.51249.7753.0931.76
Hex34267C3A45033fa3520
Octal6446174721050633726540
Binary11010010011011111001110101000101011001111111010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34267C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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