#34228D

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

Shades of Persian Indigo #34228D

Tints of Persian Indigo #34228D

Color information

#34228D (or 0x34228D) is unknown color: approx Persian Indigo. HEX triplet: 34, 22 and 8D. RGB value is (52,34,141). Sum of RGB (Red+Green+Blue) = 52+34+141=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 141 (55.47% from 255 or 62.11% from 227); Max value from RGB is 141 - color contains mainly: blue. Hex color #34228D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34228D is #CBDD72. Grayscale: #333333. Windows color (decimal): -13360499 or 9249332. OLE color: 9249332.

HSL color Cylindrical-coordinate representation of color #34228D: hue angle of 250.09º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34228D is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5234141-
CMYK0.630.7600.45
HSL250.09º61.14%34.31%-
HSV(B)250.09º75.89%55.29%-
XYZ6.83.825.57-
YUV51.58178.46128.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.91%
GREEN value IS 34 (13.67% from 255) = 14.98%
BLUE value IS 141 (55.47% from 255) = 62.11%
R=22.91%
G=14.98%
B=62.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52341410.630.7600.45250.0961.1434.31
Hex34228D3F4C02Dfa3d22
Octal6442215771140553727542
Binary110100100010100011011111111001100010110111111010111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34228D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34228D; }

 p { color: rgb(52,34,141); }

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

<style>
 a { background-color: #34228D; }

 a { background-color: rgb(52,34,141); }

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

<style>
 span { border-color: #34228D; }

 span { border-color: rgb(52,34,141); }

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