Html Css Color HEX #340773 Persian Indigo

📋 copy color: '#340773'

red 52 ◦ green 7 ◦ blue 115

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

Shades of Persian Indigo #340773

Tints of Persian Indigo #340773

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.02%

 BLUE value IS 115 (45.31% from 255) = 66.09%

R = 29.89%
G = 4.02%
B = 66.09%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#340773 (or 0x340773) is known color: Persian Indigo. HEX triplet: 34, 07 and 73. RGB value is (52,7,115). Sum of RGB (Red+Green+Blue) = 52+7+115=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 115 (45.31% from 255 or 66.09% from 174); Max value from RGB is 115 - color contains mainly: blue. Hex color #340773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340773 is #CBF88C. Grayscale: #202020. Windows color (decimal): -13367437 or 7538484. OLE color: 7538484.

HSL color Cylindrical-coordinate representation of color #340773: hue angle of 265º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340773 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 7 115 -
CMYK 0.55 0.94 0 0.55
HSL 265º 0.89% 0.24% -
HSV(B) 265º 0.94% 0.45% -
XYZ 4.59 2.12 16.39 -
YUV 32.77 174.41 141.72 -
System Red Green Blue C M Y K H S L
Decimal 52 7 115 0.55 0.94 0 0.55 265 0.89 0.24
Hex 34 7 73 37 5E 0 37 109 59 18
Octal 64 7 163 67 136 0 67 411 131 30
Binary 110100 111 1110011 110111 1011110 0 110111 100001001 1011001 11000

Color Harmonies of #340773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340773

Black with #340773

Text Example


Text Example

White with #340773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340773; }

 p { color: rgb(52,7,115); }

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

background-color css

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

 a { background-color: rgb(52,7,115); }

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

border-color css

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

 span { border-color: rgb(52,7,115); }

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