#340263

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

Shades of Persian Indigo #340263

Tints of Persian Indigo #340263

Color information

#340263 (or 0x340263) is unknown color: approx Persian Indigo. HEX triplet: 34, 02 and 63. RGB value is (52,2,99). Sum of RGB (Red+Green+Blue) = 52+2+99=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 99 (39.06% from 255 or 64.71% from 153); Max value from RGB is 99 - color contains mainly: blue. Hex color #340263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340263 is #CBFD9C. Grayscale: #1B1B1B. Windows color (decimal): -13368733 or 6488628. OLE color: 6488628.

HSL color Cylindrical-coordinate representation of color #340263: hue angle of 270.93º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #340263 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB52299-
CMYK0.470.9800.61
HSL270.93º96.04%19.8%-
HSV(B)270.93º97.98%38.82%-
XYZ3.691.6711.93-
YUV28.01168.06145.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.99%
GREEN value IS 2 (1.17% from 255) = 1.31%
BLUE value IS 99 (39.06% from 255) = 64.71%
R=33.99%
G=1.31%
B=64.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal522990.470.9800.61270.9396.0419.8
Hex342632F6203D10f6014
Octal6421435714207541714024
Binary11010010110001110111111000100111101100001111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340263; }

 p { color: rgb(52,2,99); }

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

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

 a { background-color: rgb(52,2,99); }

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

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

 span { border-color: rgb(52,2,99); }

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