Html Css Color HEX #340463 Persian Indigo

📋 copy color: '#340463'

red 52 ◦ green 4 ◦ blue 99

#340463
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #340463

Tints of Persian Indigo #340463

RGB

 RED value IS 52 (20.7% from 255) = 33.55%

 GREEN value IS 4 (1.95% from 255) = 2.58%

 BLUE value IS 99 (39.06% from 255) = 63.87%

R = 33.55%
G = 2.58%
B = 63.87%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#340463 (or 0x340463) is known color: Persian Indigo. HEX triplet: 34, 04 and 63. RGB value is (52,4,99). Sum of RGB (Red+Green+Blue) = 52+4+99=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 99 (39.06% from 255 or 63.87% from 155); Max value from RGB is 99 - color contains mainly: blue. Hex color #340463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340463 is #CBFB9C. Grayscale: #1C1C1C. Windows color (decimal): -13368221 or 6489140. OLE color: 6489140.

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

Color convert

RGB 52 4 99 -
CMYK 0.47 0.96 0 0.61
HSL 270.32º 0.92% 0.2% -
HSV(B) 270.32º 0.96% 0.39% -
XYZ 3.71 1.72 11.94 -
YUV 29.18 167.4 144.28 -
System Red Green Blue C M Y K H S L
Decimal 52 4 99 0.47 0.96 0 0.61 270.32 0.92 0.2
Hex 34 4 63 2F 60 0 3D 10E 5C 14
Octal 64 4 143 57 140 0 75 416 134 24
Binary 110100 100 1100011 101111 1100000 0 111101 100001110 1011100 10100

Color Harmonies of #340463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340463

Black with #340463

Text Example


Text Example

White with #340463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340463; }

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

 H1.HeaderClassName
 {
   color: #340463;
 }
 .AnyTagClassName
 {
   color: #340463;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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