#34158A

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

Shades of Persian Indigo #34158A

Tints of Persian Indigo #34158A

Color information

#34158A (or 0x34158A) is unknown color: approx Persian Indigo. HEX triplet: 34, 15 and 8A. RGB value is (52,21,138). Sum of RGB (Red+Green+Blue) = 52+21+138=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 138 (54.30% from 255 or 65.40% from 211); Max value from RGB is 138 - color contains mainly: blue. Hex color #34158A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34158A is #CBEA75. Grayscale: #2B2B2B. Windows color (decimal): -13363830 or 9049396. OLE color: 9049396.

HSL color Cylindrical-coordinate representation of color #34158A: hue angle of 255.9º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #34158A is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5221138-
CMYK0.620.8500.46
HSL255.9º73.58%31.18%-
HSV(B)255.9º84.78%54.12%-
XYZ6.273.124.31-
YUV43.61181.27133.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.64%
GREEN value IS 21 (8.59% from 255) = 9.95%
BLUE value IS 138 (54.30% from 255) = 65.40%
R=24.64%
G=9.95%
B=65.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52211380.620.8500.46255.973.5831.18
Hex34158A3E5502E1004a1f
Octal64252127612505640011237
Binary110100101011000101011111010101010101110100000000100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34158A; }

 p { color: rgb(52,21,138); }

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

<style>
 a { background-color: #34158A; }

 a { background-color: rgb(52,21,138); }

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

<style>
 span { border-color: #34158A; }

 span { border-color: rgb(52,21,138); }

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