#34268B

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

Shades of Persian Indigo #34268B

Tints of Persian Indigo #34268B

Color information

#34268B (or 0x34268B) is unknown color: approx Persian Indigo. HEX triplet: 34, 26 and 8B. RGB value is (52,38,139). Sum of RGB (Red+Green+Blue) = 52+38+139=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 139 (54.69% from 255 or 60.70% from 229); Max value from RGB is 139 - color contains mainly: blue. Hex color #34268B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34268B is #CBD974. Grayscale: #353535. Windows color (decimal): -13359477 or 9119284. OLE color: 9119284.

HSL color Cylindrical-coordinate representation of color #34268B: hue angle of 248.32º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34268B is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5238139-
CMYK0.630.7300.45
HSL248.32º57.06%34.71%-
HSV(B)248.32º72.66%54.51%-
XYZ6.773.9824.84-
YUV53.7176.14126.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.71%
GREEN value IS 38 (15.23% from 255) = 16.59%
BLUE value IS 139 (54.69% from 255) = 60.70%
R=22.71%
G=16.59%
B=60.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52381390.630.7300.45248.3257.0634.71
Hex34268B3F4902Df83923
Octal6446213771110553707143
Binary110100100110100010111111111001001010110111111000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34268B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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