#34267B

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

Shades of Persian Indigo #34267B

Tints of Persian Indigo #34267B

Color information

#34267B (or 0x34267B) is unknown color: approx Persian Indigo. HEX triplet: 34, 26 and 7B. RGB value is (52,38,123). Sum of RGB (Red+Green+Blue) = 52+38+123=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 123 (48.44% from 255 or 57.75% from 213); Max value from RGB is 123 - color contains mainly: blue. Hex color #34267B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34267B is #CBD984. Grayscale: #333333. Windows color (decimal): -13359493 or 8070708. OLE color: 8070708.

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

Color convert

RGB5238123-
CMYK0.580.6900.52
HSL249.88º52.8%31.57%-
HSV(B)249.88º69.11%48.24%-
XYZ5.683.5519.12-
YUV51.88168.14128.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.41%
GREEN value IS 38 (15.23% from 255) = 17.84%
BLUE value IS 123 (48.44% from 255) = 57.75%
R=24.41%
G=17.84%
B=57.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52381230.580.6900.52249.8852.831.57
Hex34267B3A45034fa3520
Octal6446173721050643726540
Binary11010010011011110111110101000101011010011111010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34267B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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