Html Css Color HEX #340673 Persian Indigo

📋 copy color: '#340673'

red 52 ◦ green 6 ◦ blue 115

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

Shades of Persian Indigo #340673

Tints of Persian Indigo #340673

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.47%

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

R = 30.06%
G = 3.47%
B = 66.47%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#340673 (or 0x340673) is known color: Persian Indigo. HEX triplet: 34, 06 and 73. RGB value is (52,6,115). Sum of RGB (Red+Green+Blue) = 52+6+115=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 115 (45.31% from 255 or 66.47% from 173); Max value from RGB is 115 - color contains mainly: blue. Hex color #340673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340673 is #CBF98C. Grayscale: #1F1F1F. Windows color (decimal): -13367693 or 7538228. OLE color: 7538228.

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

Color convert

RGB 52 6 115 -
CMYK 0.55 0.95 0 0.55
HSL 265.32º 0.9% 0.24% -
HSV(B) 265.32º 0.95% 0.45% -
XYZ 4.58 2.1 16.38 -
YUV 32.18 174.74 142.14 -
System Red Green Blue C M Y K H S L
Decimal 52 6 115 0.55 0.95 0 0.55 265.32 0.9 0.24
Hex 34 6 73 37 5F 0 37 109 5A 18
Octal 64 6 163 67 137 0 67 411 132 30
Binary 110100 110 1110011 110111 1011111 0 110111 100001001 1011010 11000

Color Harmonies of #340673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340673

Black with #340673

Text Example


Text Example

White with #340673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340673; }

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

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

background-color css

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

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

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

border-color css

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

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

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